#867531

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

Shades of Corn Harvest #867531

Tints of Corn Harvest #867531

Color information

#867531 (or 0x867531) is unknown color: approx Corn Harvest. HEX triplet: 86, 75 and 31. RGB value is (134,117,49). Sum of RGB (Red+Green+Blue) = 134+117+49=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #867531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867531 is #798ACE. Grayscale: #727272. Windows color (decimal): -7965391 or 3241350. OLE color: 3241350.

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

Color convert

RGB13411749-
CMYK00.130.630.47
HSL48º46.45%35.88%-
HSV(B)48º63.43%52.55%-
XYZ16.7518.015.5-
YUV114.3391.13142.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=44.67%
G=39%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341174900.130.630.474846.4535.88
Hex8675310D3F2F302e24
Octal206165610157757605644
Binary10000110111010111000101101111111101111110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867531; }

 p { color: rgb(134,117,49); }

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

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

 a { background-color: rgb(134,117,49); }

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

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

 span { border-color: rgb(134,117,49); }

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