Html Css Color HEX #85702C Corn Harvest

📋 copy color: '#85702C'

red 133 ◦ green 112 ◦ blue 44

#85702C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #85702C

Tints of Corn Harvest #85702C

RGB

 RED value IS 133 (52.34% from 255) = 46.02%

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 46.02%
G = 38.75%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85702C (or 0x85702C) is known color: Corn Harvest. HEX triplet: 85, 70 and 2C. RGB value is (133,112,44). Sum of RGB (Red+Green+Blue) = 133+112+44=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702C is #7A8FD3. Grayscale: #6E6E6E. Windows color (decimal): -8032212 or 2912389. OLE color: 2912389.

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

Color convert

RGB 133 112 44 -
CMYK 0 0.16 0.67 0.48
HSL 45.84º 0.5% 0.35% -
HSV(B) 45.84º 0.67% 0.52% -
XYZ 15.92 16.76 4.78 -
YUV 110.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 133 112 44 0 0.16 0.67 0.48 45.84 0.5 0.35
Hex 85 70 2C 0 10 43 30 2E 32 23
Octal 205 160 54 0 20 103 60 56 62 43
Binary 10000101 1110000 101100 0 10000 1000011 110000 101110 110010 100011

Color Harmonies of #85702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702C

Black with #85702C

Text Example


Text Example

White with #85702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85702C;
 }
 .AnyTagClassName
 {
   color: #85702C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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