#876A2F

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

Shades of Corn Harvest #876A2F

Tints of Corn Harvest #876A2F

Color information

#876A2F (or 0x876A2F) is unknown color: approx Corn Harvest. HEX triplet: 87, 6A and 2F. RGB value is (135,106,47). Sum of RGB (Red+Green+Blue) = 135+106+47=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #876A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A2F is #7895D0. Grayscale: #6C6C6C. Windows color (decimal): -7902673 or 3107463. OLE color: 3107463.

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

Color convert

RGB13510647-
CMYK00.210.650.47
HSL40.23º48.35%35.69%-
HSV(B)40.23º65.19%52.94%-
XYZ15.6615.664.89-
YUV107.9493.61147.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 106 (41.80% from 255) = 36.81%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=46.88%
G=36.81%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351064700.210.650.4740.2348.3535.69
Hex876A2F015412F283024
Octal2071525702510157506044
Binary1000011111010101011110101011000001101111101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,47); }

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

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

 a { background-color: rgb(135,106,47); }

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

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

 span { border-color: rgb(135,106,47); }

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