#876A2A

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

Shades of Corn Harvest #876A2A

Tints of Corn Harvest #876A2A

Color information

#876A2A (or 0x876A2A) is unknown color: approx Corn Harvest. HEX triplet: 87, 6A and 2A. RGB value is (135,106,42). Sum of RGB (Red+Green+Blue) = 135+106+42=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #876A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A2A is #7895D5. Grayscale: #6B6B6B. Windows color (decimal): -7902678 or 2779783. OLE color: 2779783.

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

Color convert

RGB13510642-
CMYK00.210.690.47
HSL41.29º52.54%34.71%-
HSV(B)41.29º68.89%52.94%-
XYZ15.5615.634.39-
YUV107.3791.11147.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 106 (41.80% from 255) = 37.46%
BLUE value IS 42 (16.80% from 255) = 14.84%
R=47.70%
G=37.46%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351064200.210.690.4741.2952.5434.71
Hex876A2A015452F293523
Octal2071525202510557516543
Binary1000011111010101010100101011000101101111101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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