#95762C

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

Shades of Corn Harvest #95762C

Tints of Corn Harvest #95762C

Color information

#95762C (or 0x95762C) is unknown color: approx Corn Harvest. HEX triplet: 95, 76 and 2C. RGB value is (149,118,44). Sum of RGB (Red+Green+Blue) = 149+118+44=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95762C is #6A89D3. Grayscale: #777777. Windows color (decimal): -6982100 or 2913941. OLE color: 2913941.

HSL color Cylindrical-coordinate representation of color #95762C: hue angle of 42.29º 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 #95762C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14911844-
CMYK00.210.700.42
HSL42.29º54.4%37.84%-
HSV(B)42.29º70.47%58.43%-
XYZ19.3319.535.13-
YUV118.8385.77149.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=47.91%
G=37.94%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491184400.210.700.4242.2954.437.84
Hex95762C015462A2a3626
Octal2251665402510652526646
Binary1001010111101101011000101011000110101010101010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95762C; }

 p { color: rgb(149,118,44); }

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

<style>
 a { background-color: #95762C; }

 a { background-color: rgb(149,118,44); }

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

<style>
 span { border-color: #95762C; }

 span { border-color: rgb(149,118,44); }

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