Shades of Shadow #817255
Tints of Shadow #817255
RGB
CMYK
RGB Variations
Color information
#817255 (or 0x817255) is known color: Shadow. HEX triplet: 81, 72 and 55. RGB value is (129,114,85). Sum of RGB (Red+Green+Blue) = 129+114+85=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #817255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817255 is #7E8DAA. Grayscale: #737373. Windows color (decimal): -8293803 or 5599873. OLE color: 5599873.
HSL color Cylindrical-coordinate representation of color #817255: hue angle of 39.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817255 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 114 | 85 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.49 |
| HSL | 39.55º | 0.21% | 0.42% | - |
| HSV(B) | 39.55º | 0.34% | 0.51% | - |
| XYZ | 16.71 | 17.36 | 11.06 | - |
| YUV | 115.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 85 | 0 | 0.12 | 0.34 | 0.49 | 39.55 | 0.21 | 0.42 |
| Hex | 81 | 72 | 55 | 0 | C | 22 | 31 | 28 | 15 | 2A |
| Octal | 201 | 162 | 125 | 0 | 14 | 42 | 61 | 50 | 25 | 52 |
| Binary | 10000001 | 1110010 | 1010101 | 0 | 1100 | 100010 | 110001 | 101000 | 10101 | 101010 |
Color Harmonies of #817255
Complementary color
Monochromatic Colors of #817255
Black with #817255
Text Example
Text Example
White with #817255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817255; }
p { color: rgb(129,114,85); }
H1.HeaderClassName
{
color: #817255;
}
.AnyTagClassName
{
color: #817255;
}
</style>
background-color css
<style>
a { background-color: #817255; }
a { background-color: rgb(129,114,85); }
div.DivClassName
{
background-color: #817255;
}
.BgClassName
{
background-color: #817255;
}
</style>
border-color css
<style>
span { border-color: #817255; }
span { border-color: rgb(129,114,85); }
td.TdClassName
{
border-color: #817255;
}
.TagClassName
{
border-color: #817255;
}
</style>