Html Css Color HEX #856749 Dark Wood

📋 copy color: '#856749'

red 133 ◦ green 103 ◦ blue 73

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

Shades of Dark Wood #856749

Tints of Dark Wood #856749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 43.04%
G = 33.33%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856749 (or 0x856749) is known color: Dark Wood. HEX triplet: 85, 67 and 49. RGB value is (133,103,73). Sum of RGB (Red+Green+Blue) = 133+103+73=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #856749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856749 is #7A98B6. Grayscale: #6C6C6C. Windows color (decimal): -8034487 or 4810629. OLE color: 4810629.

HSL color Cylindrical-coordinate representation of color #856749: hue angle of 30º 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 #856749 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 73 -
CMYK 0 0.23 0.45 0.48
HSL 30º 0.29% 0.4% -
HSV(B) 30º 0.45% 0.52% -
XYZ 15.73 15.17 8.4 -
YUV 108.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 133 103 73 0 0.23 0.45 0.48 30 0.29 0.4
Hex 85 67 49 0 17 2D 30 1E 1D 28
Octal 205 147 111 0 27 55 60 36 35 50
Binary 10000101 1100111 1001001 0 10111 101101 110000 11110 11101 101000

Color Harmonies of #856749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856749

Black with #856749

Text Example


Text Example

White with #856749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856749; }

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

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

background-color css

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

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

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

border-color css

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

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

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