Html Css Color HEX #85682E Corn Harvest

📋 copy color: '#85682E'

red 133 ◦ green 104 ◦ blue 46

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

Shades of Corn Harvest #85682E

Tints of Corn Harvest #85682E

RGB

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

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

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

R = 47%
G = 36.75%
B = 16.25%

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

#85682E (or 0x85682E) is known color: Corn Harvest. HEX triplet: 85, 68 and 2E. RGB value is (133,104,46). Sum of RGB (Red+Green+Blue) = 133+104+46=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682E is #7A97D1. Grayscale: #6A6A6A. Windows color (decimal): -8034258 or 3041413. OLE color: 3041413.

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

Color convert

RGB 133 104 46 -
CMYK 0 0.22 0.65 0.48
HSL 40º 0.49% 0.35% -
HSV(B) 40º 0.65% 0.52% -
XYZ 15.12 15.08 4.7 -
YUV 106.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 133 104 46 0 0.22 0.65 0.48 40 0.49 0.35
Hex 85 68 2E 0 16 41 30 28 31 23
Octal 205 150 56 0 26 101 60 50 61 43
Binary 10000101 1101000 101110 0 10110 1000001 110000 101000 110001 100011

Color Harmonies of #85682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85682E

Black with #85682E

Text Example


Text Example

White with #85682E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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