#876B31

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

Shades of Corn Harvest #876B31

Tints of Corn Harvest #876B31

Color information

#876B31 (or 0x876B31) is unknown color: approx Corn Harvest. HEX triplet: 87, 6B and 31. RGB value is (135,107,49). Sum of RGB (Red+Green+Blue) = 135+107+49=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #876B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876B31 is #7894CE. Grayscale: #6D6D6D. Windows color (decimal): -7902415 or 3238791. OLE color: 3238791.

HSL color Cylindrical-coordinate representation of color #876B31: hue angle of 40.47º 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 #876B31 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13510749-
CMYK00.210.640.47
HSL40.47º46.74%36.08%-
HSV(B)40.47º63.7%52.94%-
XYZ15.815.895.14-
YUV108.7694.28146.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=46.39%
G=36.77%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351074900.210.640.4740.4746.7436.08
Hex876B31015402F282f24
Octal2071536102510057505744
Binary1000011111010111100010101011000000101111101000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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