Shades of Shadow #856848
Tints of Shadow #856848
RGB
CMYK
RGB Variations
Color information
#856848 (or 0x856848) is known color: Shadow. HEX triplet: 85, 68 and 48. RGB value is (133,104,72). Sum of RGB (Red+Green+Blue) = 133+104+72=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #856848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856848 is #7A97B7. Grayscale: #6D6D6D. Windows color (decimal): -8034232 or 4745349. OLE color: 4745349.
HSL color Cylindrical-coordinate representation of color #856848: hue angle of 31.48º 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 #856848 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 72 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.48 |
| HSL | 31.48º | 0.3% | 0.4% | - |
| HSV(B) | 31.48º | 0.46% | 0.52% | - |
| XYZ | 15.79 | 15.36 | 8.26 | - |
| YUV | 109.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 72 | 0 | 0.22 | 0.46 | 0.48 | 31.48 | 0.3 | 0.4 |
| Hex | 85 | 68 | 48 | 0 | 16 | 2E | 30 | 1F | 1E | 28 |
| Octal | 205 | 150 | 110 | 0 | 26 | 56 | 60 | 37 | 36 | 50 |
| Binary | 10000101 | 1101000 | 1001000 | 0 | 10110 | 101110 | 110000 | 11111 | 11110 | 101000 |
Color Harmonies of #856848
Complementary color
Monochromatic Colors of #856848
Black with #856848
Text Example
Text Example
White with #856848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856848; }
p { color: rgb(133,104,72); }
H1.HeaderClassName
{
color: #856848;
}
.AnyTagClassName
{
color: #856848;
}
</style>
background-color css
<style>
a { background-color: #856848; }
a { background-color: rgb(133,104,72); }
div.DivClassName
{
background-color: #856848;
}
.BgClassName
{
background-color: #856848;
}
</style>
border-color css
<style>
span { border-color: #856848; }
span { border-color: rgb(133,104,72); }
td.TdClassName
{
border-color: #856848;
}
.TagClassName
{
border-color: #856848;
}
</style>