#85672C

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

Shades of Corn Harvest #85672C

Tints of Corn Harvest #85672C

Color information

#85672C (or 0x85672C) is unknown color: approx Corn Harvest. HEX triplet: 85, 67 and 2C. RGB value is (133,103,44). Sum of RGB (Red+Green+Blue) = 133+103+44=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85672C is #7A98D3. Grayscale: #696969. Windows color (decimal): -8034516 or 2910085. OLE color: 2910085.

HSL color Cylindrical-coordinate representation of color #85672C: hue angle of 39.78º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85672C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13310344-
CMYK00.230.670.48
HSL39.78º50.28%34.71%-
HSV(B)39.78º66.92%52.16%-
XYZ14.9814.874.46-
YUV105.2493.44147.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=47.5%
G=36.79%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331034400.230.670.4839.7850.2834.71
Hex85672C0174330283223
Octal2051475402710360506243
Binary1000010111001111011000101111000011110000101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85672C; }

 p { color: rgb(133,103,44); }

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

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

 a { background-color: rgb(133,103,44); }

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

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

 span { border-color: rgb(133,103,44); }

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