Shades of Shadow #857045
Tints of Shadow #857045
RGB
CMYK
RGB Variations
Color information
#857045 (or 0x857045) is known color: Shadow. HEX triplet: 85, 70 and 45. RGB value is (133,112,69). Sum of RGB (Red+Green+Blue) = 133+112+69=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857045 is #7A8FBA. Grayscale: #717171. Windows color (decimal): -8032187 or 4550789. OLE color: 4550789.
HSL color Cylindrical-coordinate representation of color #857045: hue angle of 40.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857045 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 69 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.48 |
| HSL | 40.31º | 0.32% | 0.4% | - |
| HSV(B) | 40.31º | 0.48% | 0.52% | - |
| XYZ | 16.54 | 17 | 8.04 | - |
| YUV | 113.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 69 | 0 | 0.16 | 0.48 | 0.48 | 40.31 | 0.32 | 0.4 |
| Hex | 85 | 70 | 45 | 0 | 10 | 30 | 30 | 28 | 20 | 28 |
| Octal | 205 | 160 | 105 | 0 | 20 | 60 | 60 | 50 | 40 | 50 |
| Binary | 10000101 | 1110000 | 1000101 | 0 | 10000 | 110000 | 110000 | 101000 | 100000 | 101000 |
Color Harmonies of #857045
Complementary color
Monochromatic Colors of #857045
Black with #857045
Text Example
Text Example
White with #857045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857045; }
p { color: rgb(133,112,69); }
H1.HeaderClassName
{
color: #857045;
}
.AnyTagClassName
{
color: #857045;
}
</style>
background-color css
<style>
a { background-color: #857045; }
a { background-color: rgb(133,112,69); }
div.DivClassName
{
background-color: #857045;
}
.BgClassName
{
background-color: #857045;
}
</style>
border-color css
<style>
span { border-color: #857045; }
span { border-color: rgb(133,112,69); }
td.TdClassName
{
border-color: #857045;
}
.TagClassName
{
border-color: #857045;
}
</style>