Html Css Color HEX #856040 Dark Wood

📋 copy color: '#856040'

red 133 ◦ green 96 ◦ blue 64

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

Shades of Dark Wood #856040

Tints of Dark Wood #856040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 45.39%
G = 32.76%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#856040 (or 0x856040) is known color: Dark Wood. HEX triplet: 85, 60 and 40. RGB value is (133,96,64). Sum of RGB (Red+Green+Blue) = 133+96+64=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #856040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856040 is #7A9FBF. Grayscale: #676767. Windows color (decimal): -8036288 or 4219013. OLE color: 4219013.

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

Color convert

RGB 133 96 64 -
CMYK 0 0.28 0.52 0.48
HSL 27.83º 0.35% 0.39% -
HSV(B) 27.83º 0.52% 0.52% -
XYZ 14.78 13.72 6.72 -
YUV 103.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 133 96 64 0 0.28 0.52 0.48 27.83 0.35 0.39
Hex 85 60 40 0 1C 34 30 1C 23 27
Octal 205 140 100 0 34 64 60 34 43 47
Binary 10000101 1100000 1000000 0 11100 110100 110000 11100 100011 100111

Color Harmonies of #856040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856040

Black with #856040

Text Example


Text Example

White with #856040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856040; }

 p { color: rgb(133,96,64); }

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

background-color css

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

 a { background-color: rgb(133,96,64); }

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

border-color css

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

 span { border-color: rgb(133,96,64); }

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