Html Css Color HEX #85682F Corn Harvest

📋 copy color: '#85682F'

red 133 ◦ green 104 ◦ blue 47

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

Shades of Corn Harvest #85682F

Tints of Corn Harvest #85682F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

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

R = 46.83%
G = 36.62%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85682F (or 0x85682F) is known color: Corn Harvest. HEX triplet: 85, 68 and 2F. RGB value is (133,104,47). Sum of RGB (Red+Green+Blue) = 133+104+47=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #85682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682F is #7A97D0. Grayscale: #6A6A6A. Windows color (decimal): -8034257 or 3106949. OLE color: 3106949.

HSL color Cylindrical-coordinate representation of color #85682F: hue angle of 39.77º 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 #85682F is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 47 -
CMYK 0 0.22 0.65 0.48
HSL 39.77º 0.48% 0.35% -
HSV(B) 39.77º 0.65% 0.52% -
XYZ 15.14 15.09 4.8 -
YUV 106.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 133 104 47 0 0.22 0.65 0.48 39.77 0.48 0.35
Hex 85 68 2F 0 16 41 30 28 30 23
Octal 205 150 57 0 26 101 60 50 60 43
Binary 10000101 1101000 101111 0 10110 1000001 110000 101000 110000 100011

Color Harmonies of #85682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85682F

Black with #85682F

Text Example


Text Example

White with #85682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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