Html Css Color HEX #85682D Corn Harvest

📋 copy color: '#85682D'

red 133 ◦ green 104 ◦ blue 45

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

Shades of Corn Harvest #85682D

Tints of Corn Harvest #85682D

RGB

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

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

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

R = 47.16%
G = 36.88%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85682D (or 0x85682D) is known color: Corn Harvest. HEX triplet: 85, 68 and 2D. RGB value is (133,104,45). Sum of RGB (Red+Green+Blue) = 133+104+45=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682D is #7A97D2. Grayscale: #6A6A6A. Windows color (decimal): -8034259 or 2975877. OLE color: 2975877.

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

Color convert

RGB 133 104 45 -
CMYK 0 0.22 0.66 0.48
HSL 40.23º 0.49% 0.35% -
HSV(B) 40.23º 0.66% 0.52% -
XYZ 15.1 15.08 4.6 -
YUV 105.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 133 104 45 0 0.22 0.66 0.48 40.23 0.49 0.35
Hex 85 68 2D 0 16 42 30 28 31 23
Octal 205 150 55 0 26 102 60 50 61 43
Binary 10000101 1101000 101101 0 10110 1000010 110000 101000 110001 100011

Color Harmonies of #85682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85682D

Black with #85682D

Text Example


Text Example

White with #85682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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