#95742D

Color #95742D Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #95742D

Tints of Corn Harvest #95742D

Color information

#95742D (or 0x95742D) is unknown color: approx Corn Harvest. HEX triplet: 95, 74 and 2D. RGB value is (149,116,45). Sum of RGB (Red+Green+Blue) = 149+116+45=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95742D is #6A8BD2. Grayscale: #767676. Windows color (decimal): -6982611 or 2978965. OLE color: 2978965.

HSL color Cylindrical-coordinate representation of color #95742D: hue angle of 40.96º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95742D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911645-
CMYK00.220.700.42
HSL40.96º53.61%38.04%-
HSV(B)40.96º69.8%58.43%-
XYZ19.1119.075.16-
YUV117.7786.93150.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=48.06%
G=37.42%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491164500.220.700.4240.9653.6138.04
Hex95742D016462A293626
Octal2251645502610652516646
Binary1001010111101001011010101101000110101010101001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95742D; }

 p { color: rgb(149,116,45); }

 H1.HeaderClassName
 {
   color: #95742D;
 }
 .AnyTagClassName
 {
   color: #95742D;
 }
</style>
background-color css

<style>
 a { background-color: #95742D; }

 a { background-color: rgb(149,116,45); }

 div.DivClassName
 {
   background-color: #95742D;
 }
 .BgClassName
 {
   background-color: #95742D;
 }
</style>
border-color css

<style>
 span { border-color: #95742D; }

 span { border-color: rgb(149,116,45); }

 td.TdClassName
 {
   border-color: #95742D;
 }
 .TagClassName
 {
   border-color: #95742D;
 }
</style>