#867334

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

Shades of Corn Harvest #867334

Tints of Corn Harvest #867334

Color information

#867334 (or 0x867334) is unknown color: approx Corn Harvest. HEX triplet: 86, 73 and 34. RGB value is (134,115,52). Sum of RGB (Red+Green+Blue) = 134+115+52=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #867334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867334 is #798CCB. Grayscale: #717171. Windows color (decimal): -7965900 or 3437446. OLE color: 3437446.

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

Color convert

RGB13411552-
CMYK00.140.610.47
HSL46.1º44.09%36.47%-
HSV(B)46.1º61.19%52.55%-
XYZ16.5817.585.77-
YUV113.593.29142.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=44.52%
G=38.21%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341155200.140.610.4746.144.0936.47
Hex8673340E3D2F2e2c24
Octal206163640167557565444
Binary10000110111001111010001110111101101111101110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867334; }

 p { color: rgb(134,115,52); }

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

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

 a { background-color: rgb(134,115,52); }

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

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

 span { border-color: rgb(134,115,52); }

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