#876f31

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

Shades of Corn Harvest #876F31

Tints of Corn Harvest #876F31

Color information

#876F31 (or 0x876F31) is unknown color: approx Corn Harvest. HEX triplet: 87, 6F and 31. RGB value is (135,111,49). Sum of RGB (Red+Green+Blue) = 135+111+49=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #876F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876F31 is #7890CE. Grayscale: #6F6F6F. Windows color (decimal): -7901391 or 3239815. OLE color: 3239815.

HSL color Cylindrical-coordinate representation of color #876F31: hue angle of 43.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #876F31 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13511149-
CMYK00.180.640.47
HSL43.26º46.74%36.08%-
HSV(B)43.26º63.7%52.94%-
XYZ16.2316.745.28-
YUV111.1192.95145.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=45.76%
G=37.63%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351114900.180.640.4743.2646.7436.08
Hex876F31012402F2b2f24
Octal2071576102210057535744
Binary1000011111011111100010100101000000101111101011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876f31; }

 p { color: rgb(135,111,49); }

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

<style>
 a { background-color: #876f31; }

 a { background-color: rgb(135,111,49); }

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

<style>
 span { border-color: #876f31; }

 span { border-color: rgb(135,111,49); }

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