Html Css Color HEX #85702E Corn Harvest

📋 copy color: '#85702E'

red 133 ◦ green 112 ◦ blue 46

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

Shades of Corn Harvest #85702E

Tints of Corn Harvest #85702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 45.7%
G = 38.49%
B = 15.81%

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

#85702E (or 0x85702E) is known color: Corn Harvest. HEX triplet: 85, 70 and 2E. RGB value is (133,112,46). Sum of RGB (Red+Green+Blue) = 133+112+46=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702E is #7A8FD1. Grayscale: #6F6F6F. Windows color (decimal): -8032210 or 3043461. OLE color: 3043461.

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

Color convert

RGB 133 112 46 -
CMYK 0 0.16 0.65 0.48
HSL 45.52º 0.49% 0.35% -
HSV(B) 45.52º 0.65% 0.52% -
XYZ 15.96 16.77 4.98 -
YUV 110.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 133 112 46 0 0.16 0.65 0.48 45.52 0.49 0.35
Hex 85 70 2E 0 10 41 30 2E 31 23
Octal 205 160 56 0 20 101 60 56 61 43
Binary 10000101 1110000 101110 0 10000 1000001 110000 101110 110001 100011

Color Harmonies of #85702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702E

Black with #85702E

Text Example


Text Example

White with #85702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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