#876A30

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

Shades of Corn Harvest #876A30

Tints of Corn Harvest #876A30

Color information

#876A30 (or 0x876A30) is unknown color: approx Corn Harvest. HEX triplet: 87, 6A and 30. RGB value is (135,106,48). Sum of RGB (Red+Green+Blue) = 135+106+48=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #876A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A30 is #7895CF. Grayscale: #6C6C6C. Windows color (decimal): -7902672 or 3172999. OLE color: 3172999.

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

Color convert

RGB13510648-
CMYK00.210.640.47
HSL40º47.54%35.88%-
HSV(B)40º64.44%52.94%-
XYZ15.6815.674.99-
YUV108.0694.11147.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=46.71%
G=36.68%
B=16.61%

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
Decimal1351064800.210.640.474047.5435.88
Hex876A30015402F283024
Octal2071526002510057506044
Binary1000011111010101100000101011000000101111101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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