#887034

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

Shades of Corn Harvest #887034

Tints of Corn Harvest #887034

Color information

#887034 (or 0x887034) is unknown color: approx Corn Harvest. HEX triplet: 88, 70 and 34. RGB value is (136,112,52). Sum of RGB (Red+Green+Blue) = 136+112+52=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #887034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887034 is #778FCB. Grayscale: #707070. Windows color (decimal): -7835596 or 3436680. OLE color: 3436680.

HSL color Cylindrical-coordinate representation of color #887034: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #887034 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13611252-
CMYK00.180.620.47
HSL42.86º44.68%36.86%-
HSV(B)42.86º61.76%53.33%-
XYZ16.5717.075.67-
YUV112.3493.95144.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=45.33%
G=37.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361125200.180.620.4742.8644.6836.86
Hex8870340123E2F2b2d25
Octal210160640227657535545
Binary100010001110000110100010010111110101111101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887034; }

 p { color: rgb(136,112,52); }

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

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

 a { background-color: rgb(136,112,52); }

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

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

 span { border-color: rgb(136,112,52); }

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