Html Css Color HEX #85702B Corn Harvest

📋 copy color: '#85702B'

red 133 ◦ green 112 ◦ blue 43

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

Shades of Corn Harvest #85702B

Tints of Corn Harvest #85702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 46.18%
G = 38.89%
B = 14.93%

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

#85702B (or 0x85702B) is known color: Corn Harvest. HEX triplet: 85, 70 and 2B. RGB value is (133,112,43). Sum of RGB (Red+Green+Blue) = 133+112+43=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702B is #7A8FD4. Grayscale: #6E6E6E. Windows color (decimal): -8032213 or 2846853. OLE color: 2846853.

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

Color convert

RGB 133 112 43 -
CMYK 0 0.16 0.68 0.48
HSL 46º 0.51% 0.35% -
HSV(B) 46º 0.68% 0.52% -
XYZ 15.9 16.75 4.68 -
YUV 110.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 133 112 43 0 0.16 0.68 0.48 46 0.51 0.35
Hex 85 70 2B 0 10 44 30 2E 33 23
Octal 205 160 53 0 20 104 60 56 63 43
Binary 10000101 1110000 101011 0 10000 1000100 110000 101110 110011 100011

Color Harmonies of #85702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85702B

Black with #85702B

Text Example


Text Example

White with #85702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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