#85662C

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

Shades of Corn Harvest #85662C

Tints of Corn Harvest #85662C

Color information

#85662C (or 0x85662C) is unknown color: approx Corn Harvest. HEX triplet: 85, 66 and 2C. RGB value is (133,102,44). Sum of RGB (Red+Green+Blue) = 133+102+44=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85662C is #7A99D3. Grayscale: #686868. Windows color (decimal): -8034772 or 2909829. OLE color: 2909829.

HSL color Cylindrical-coordinate representation of color #85662C: hue angle of 39.1º 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 #85662C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13310244-
CMYK00.230.670.48
HSL39.1º50.28%34.71%-
HSV(B)39.1º66.92%52.16%-
XYZ14.8814.674.43-
YUV104.6693.77148.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=47.67%
G=36.56%
B=15.77%

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
Decimal1331024400.230.670.4839.150.2834.71
Hex85662C0174330273223
Octal2051465402710360476243
Binary1000010111001101011000101111000011110000100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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