Html Css Color HEX #856049 Dark Wood

📋 copy color: '#856049'

red 133 ◦ green 96 ◦ blue 73

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

Shades of Dark Wood #856049

Tints of Dark Wood #856049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 44.04%
G = 31.79%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856049 (or 0x856049) is known color: Dark Wood. HEX triplet: 85, 60 and 49. RGB value is (133,96,73). Sum of RGB (Red+Green+Blue) = 133+96+73=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856049 is #7A9FB6. Grayscale: #686868. Windows color (decimal): -8036279 or 4808837. OLE color: 4808837.

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

Color convert

RGB 133 96 73 -
CMYK 0 0.28 0.45 0.48
HSL 23º 0.29% 0.4% -
HSV(B) 23º 0.45% 0.52% -
XYZ 15.06 13.83 8.18 -
YUV 104.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 133 96 73 0 0.28 0.45 0.48 23 0.29 0.4
Hex 85 60 49 0 1C 2D 30 17 1D 28
Octal 205 140 111 0 34 55 60 27 35 50
Binary 10000101 1100000 1001001 0 11100 101101 110000 10111 11101 101000

Color Harmonies of #856049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856049

Black with #856049

Text Example


Text Example

White with #856049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856049; }

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

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

background-color css

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

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

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

border-color css

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

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

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