Shades of Shadow #857252
Tints of Shadow #857252
RGB
CMYK
RGB Variations
Color information
#857252 (or 0x857252) is known color: Shadow. HEX triplet: 85, 72 and 52. RGB value is (133,114,82). Sum of RGB (Red+Green+Blue) = 133+114+82=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857252 is #7A8DAD. Grayscale: #747474. Windows color (decimal): -8031662 or 5403269. OLE color: 5403269.
HSL color Cylindrical-coordinate representation of color #857252: hue angle of 37.65º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857252 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 82 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.48 |
| HSL | 37.65º | 0.24% | 0.42% | - |
| HSV(B) | 37.65º | 0.38% | 0.52% | - |
| XYZ | 17.21 | 17.63 | 10.48 | - |
| YUV | 116.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 82 | 0 | 0.14 | 0.38 | 0.48 | 37.65 | 0.24 | 0.42 |
| Hex | 85 | 72 | 52 | 0 | E | 26 | 30 | 26 | 18 | 2A |
| Octal | 205 | 162 | 122 | 0 | 16 | 46 | 60 | 46 | 30 | 52 |
| Binary | 10000101 | 1110010 | 1010010 | 0 | 1110 | 100110 | 110000 | 100110 | 11000 | 101010 |
Color Harmonies of #857252
Complementary color
Monochromatic Colors of #857252
Black with #857252
Text Example
Text Example
White with #857252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857252; }
p { color: rgb(133,114,82); }
H1.HeaderClassName
{
color: #857252;
}
.AnyTagClassName
{
color: #857252;
}
</style>
background-color css
<style>
a { background-color: #857252; }
a { background-color: rgb(133,114,82); }
div.DivClassName
{
background-color: #857252;
}
.BgClassName
{
background-color: #857252;
}
</style>
border-color css
<style>
span { border-color: #857252; }
span { border-color: rgb(133,114,82); }
td.TdClassName
{
border-color: #857252;
}
.TagClassName
{
border-color: #857252;
}
</style>