Shades of Dark Wood #856448
Tints of Dark Wood #856448
RGB
CMYK
RGB Variations
Color information
#856448 (or 0x856448) is known color: Dark Wood. HEX triplet: 85, 64 and 48. RGB value is (133,100,72). Sum of RGB (Red+Green+Blue) = 133+100+72=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856448 is #7A9BB7. Grayscale: #6A6A6A. Windows color (decimal): -8035256 or 4744325. OLE color: 4744325.
HSL color Cylindrical-coordinate representation of color #856448: hue angle of 27.54º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856448 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 72 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.48 |
| HSL | 27.54º | 0.3% | 0.4% | - |
| HSV(B) | 27.54º | 0.46% | 0.52% | - |
| XYZ | 15.4 | 14.57 | 8.13 | - |
| YUV | 106.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 72 | 0 | 0.25 | 0.46 | 0.48 | 27.54 | 0.3 | 0.4 |
| Hex | 85 | 64 | 48 | 0 | 19 | 2E | 30 | 1C | 1E | 28 |
| Octal | 205 | 144 | 110 | 0 | 31 | 56 | 60 | 34 | 36 | 50 |
| Binary | 10000101 | 1100100 | 1001000 | 0 | 11001 | 101110 | 110000 | 11100 | 11110 | 101000 |
Color Harmonies of #856448
Complementary color
Monochromatic Colors of #856448
Black with #856448
Text Example
Text Example
White with #856448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856448; }
p { color: rgb(133,100,72); }
H1.HeaderClassName
{
color: #856448;
}
.AnyTagClassName
{
color: #856448;
}
</style>
background-color css
<style>
a { background-color: #856448; }
a { background-color: rgb(133,100,72); }
div.DivClassName
{
background-color: #856448;
}
.BgClassName
{
background-color: #856448;
}
</style>
border-color css
<style>
span { border-color: #856448; }
span { border-color: rgb(133,100,72); }
td.TdClassName
{
border-color: #856448;
}
.TagClassName
{
border-color: #856448;
}
</style>