Html Css Color HEX #856649 Dark Wood

📋 copy color: '#856649'

red 133 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #856649

Tints of Dark Wood #856649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 43.18%
G = 33.12%
B = 23.7%

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

#856649 (or 0x856649) is known color: Dark Wood. HEX triplet: 85, 66 and 49. RGB value is (133,102,73). Sum of RGB (Red+Green+Blue) = 133+102+73=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #856649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856649 is #7A99B6. Grayscale: #6C6C6C. Windows color (decimal): -8034743 or 4810373. OLE color: 4810373.

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

Color convert

RGB 133 102 73 -
CMYK 0 0.23 0.45 0.48
HSL 29º 0.29% 0.4% -
HSV(B) 29º 0.45% 0.52% -
XYZ 15.63 14.97 8.37 -
YUV 107.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 133 102 73 0 0.23 0.45 0.48 29 0.29 0.4
Hex 85 66 49 0 17 2D 30 1D 1D 28
Octal 205 146 111 0 27 55 60 35 35 50
Binary 10000101 1100110 1001001 0 10111 101101 110000 11101 11101 101000

Color Harmonies of #856649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856649

Black with #856649

Text Example


Text Example

White with #856649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856649; }

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

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

background-color css

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

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

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

border-color css

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

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

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