Html Css Color HEX #85702D Corn Harvest

📋 copy color: '#85702D'

red 133 ◦ green 112 ◦ blue 45

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

Shades of Corn Harvest #85702D

Tints of Corn Harvest #85702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 45.86%
G = 38.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85702D (or 0x85702D) is known color: Corn Harvest. HEX triplet: 85, 70 and 2D. RGB value is (133,112,45). Sum of RGB (Red+Green+Blue) = 133+112+45=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702D is #7A8FD2. Grayscale: #6E6E6E. Windows color (decimal): -8032211 or 2977925. OLE color: 2977925.

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

Color convert

RGB 133 112 45 -
CMYK 0 0.16 0.66 0.48
HSL 45.68º 0.49% 0.35% -
HSV(B) 45.68º 0.66% 0.52% -
XYZ 15.94 16.76 4.88 -
YUV 110.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 133 112 45 0 0.16 0.66 0.48 45.68 0.49 0.35
Hex 85 70 2D 0 10 42 30 2E 31 23
Octal 205 160 55 0 20 102 60 56 61 43
Binary 10000101 1110000 101101 0 10000 1000010 110000 101110 110001 100011

Color Harmonies of #85702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702D

Black with #85702D

Text Example


Text Example

White with #85702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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