Html Css Color HEX #85702A Corn Harvest

📋 copy color: '#85702A'

red 133 ◦ green 112 ◦ blue 42

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

Shades of Corn Harvest #85702A

Tints of Corn Harvest #85702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 46.34%
G = 39.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85702A (or 0x85702A) is known color: Corn Harvest. HEX triplet: 85, 70 and 2A. RGB value is (133,112,42). Sum of RGB (Red+Green+Blue) = 133+112+42=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #85702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702A is #7A8FD5. Grayscale: #6E6E6E. Windows color (decimal): -8032214 or 2781317. OLE color: 2781317.

HSL color Cylindrical-coordinate representation of color #85702A: hue angle of 46.15º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85702A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 42 -
CMYK 0 0.16 0.68 0.48
HSL 46.15º 0.52% 0.34% -
HSV(B) 46.15º 0.68% 0.52% -
XYZ 15.88 16.74 4.58 -
YUV 110.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 133 112 42 0 0.16 0.68 0.48 46.15 0.52 0.34
Hex 85 70 2A 0 10 44 30 2E 34 22
Octal 205 160 52 0 20 104 60 56 64 42
Binary 10000101 1110000 101010 0 10000 1000100 110000 101110 110100 100010

Color Harmonies of #85702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702A

Black with #85702A

Text Example


Text Example

White with #85702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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