Shades of Russett #815D54
Tints of Russett #815D54
RGB
CMYK
RGB Variations
Color information
#815D54 (or 0x815D54) is known color: Russett. HEX triplet: 81, 5D and 54. RGB value is (129,93,84). Sum of RGB (Red+Green+Blue) = 129+93+84=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #815D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D54 is #7EA2AB. Grayscale: #666666. Windows color (decimal): -8299180 or 5528961. OLE color: 5528961.
HSL color Cylindrical-coordinate representation of color #815D54: hue angle of 12º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815D54 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 84 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.49 |
| HSL | 12º | 0.21% | 0.42% | - |
| HSV(B) | 12º | 0.35% | 0.51% | - |
| XYZ | 14.57 | 13.14 | 10.16 | - |
| YUV | 102.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 84 | 0 | 0.28 | 0.35 | 0.49 | 12 | 0.21 | 0.42 |
| Hex | 81 | 5D | 54 | 0 | 1C | 23 | 31 | C | 15 | 2A |
| Octal | 201 | 135 | 124 | 0 | 34 | 43 | 61 | 14 | 25 | 52 |
| Binary | 10000001 | 1011101 | 1010100 | 0 | 11100 | 100011 | 110001 | 1100 | 10101 | 101010 |
Color Harmonies of #815D54
Complementary color
Monochromatic Colors of #815D54
Black with #815D54
Text Example
Text Example
White with #815D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D54; }
p { color: rgb(129,93,84); }
H1.HeaderClassName
{
color: #815D54;
}
.AnyTagClassName
{
color: #815D54;
}
</style>
background-color css
<style>
a { background-color: #815D54; }
a { background-color: rgb(129,93,84); }
div.DivClassName
{
background-color: #815D54;
}
.BgClassName
{
background-color: #815D54;
}
</style>
border-color css
<style>
span { border-color: #815D54; }
span { border-color: rgb(129,93,84); }
td.TdClassName
{
border-color: #815D54;
}
.TagClassName
{
border-color: #815D54;
}
</style>