Html Css Color HEX #85702F Corn Harvest

📋 copy color: '#85702F'

red 133 ◦ green 112 ◦ blue 47

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

Shades of Corn Harvest #85702F

Tints of Corn Harvest #85702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 45.55%
G = 38.36%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85702F (or 0x85702F) is known color: Corn Harvest. HEX triplet: 85, 70 and 2F. RGB value is (133,112,47). Sum of RGB (Red+Green+Blue) = 133+112+47=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702F is #7A8FD0. Grayscale: #6F6F6F. Windows color (decimal): -8032209 or 3108997. OLE color: 3108997.

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

Color convert

RGB 133 112 47 -
CMYK 0 0.16 0.65 0.48
HSL 45.35º 0.48% 0.35% -
HSV(B) 45.35º 0.65% 0.52% -
XYZ 15.98 16.78 5.09 -
YUV 110.87 91.96 143.79 -
System Red Green Blue C M Y K H S L
Decimal 133 112 47 0 0.16 0.65 0.48 45.35 0.48 0.35
Hex 85 70 2F 0 10 41 30 2D 30 23
Octal 205 160 57 0 20 101 60 55 60 43
Binary 10000101 1110000 101111 0 10000 1000001 110000 101101 110000 100011

Color Harmonies of #85702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702F

Black with #85702F

Text Example


Text Example

White with #85702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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