Shades of Shadow #856A44
Tints of Shadow #856A44
RGB
CMYK
RGB Variations
Color information
#856A44 (or 0x856A44) is known color: Shadow. HEX triplet: 85, 6A and 44. RGB value is (133,106,68). Sum of RGB (Red+Green+Blue) = 133+106+68=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A44 is #7A95BB. Grayscale: #6D6D6D. Windows color (decimal): -8033724 or 4483717. OLE color: 4483717.
HSL color Cylindrical-coordinate representation of color #856A44: hue angle of 35.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856A44 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 68 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.48 |
| HSL | 35.08º | 0.32% | 0.39% | - |
| HSV(B) | 35.08º | 0.49% | 0.52% | - |
| XYZ | 15.87 | 15.71 | 7.67 | - |
| YUV | 109.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 68 | 0 | 0.20 | 0.49 | 0.48 | 35.08 | 0.32 | 0.39 |
| Hex | 85 | 6A | 44 | 0 | 14 | 31 | 30 | 23 | 20 | 27 |
| Octal | 205 | 152 | 104 | 0 | 24 | 61 | 60 | 43 | 40 | 47 |
| Binary | 10000101 | 1101010 | 1000100 | 0 | 10100 | 110001 | 110000 | 100011 | 100000 | 100111 |
Color Harmonies of #856A44
Complementary color
Monochromatic Colors of #856A44
Black with #856A44
Text Example
Text Example
White with #856A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A44; }
p { color: rgb(133,106,68); }
H1.HeaderClassName
{
color: #856A44;
}
.AnyTagClassName
{
color: #856A44;
}
</style>
background-color css
<style>
a { background-color: #856A44; }
a { background-color: rgb(133,106,68); }
div.DivClassName
{
background-color: #856A44;
}
.BgClassName
{
background-color: #856A44;
}
</style>
border-color css
<style>
span { border-color: #856A44; }
span { border-color: rgb(133,106,68); }
td.TdClassName
{
border-color: #856A44;
}
.TagClassName
{
border-color: #856A44;
}
</style>