Shades of Russet #855117
Tints of Russet #855117
RGB
CMYK
RGB Variations
Color information
#855117 (or 0x855117) is known color: Russet. HEX triplet: 85, 51 and 17. RGB value is (133,81,23). Sum of RGB (Red+Green+Blue) = 133+81+23=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855117 is #7AAEE8. Grayscale: #5A5A5A. Windows color (decimal): -8040169 or 1528197. OLE color: 1528197.
HSL color Cylindrical-coordinate representation of color #855117: hue angle of 31.64º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855117 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 23 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.48 |
| HSL | 31.64º | 0.71% | 0.31% | - |
| HSV(B) | 31.64º | 0.83% | 0.52% | - |
| XYZ | 12.77 | 10.93 | 2.25 | - |
| YUV | 89.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 23 | 0 | 0.39 | 0.83 | 0.48 | 31.64 | 0.71 | 0.31 |
| Hex | 85 | 51 | 17 | 0 | 27 | 53 | 30 | 20 | 47 | 1F |
| Octal | 205 | 121 | 27 | 0 | 47 | 123 | 60 | 40 | 107 | 37 |
| Binary | 10000101 | 1010001 | 10111 | 0 | 100111 | 1010011 | 110000 | 100000 | 1000111 | 11111 |
Color Harmonies of #855117
Complementary color
Monochromatic Colors of #855117
Black with #855117
Text Example
Text Example
White with #855117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855117; }
p { color: rgb(133,81,23); }
H1.HeaderClassName
{
color: #855117;
}
.AnyTagClassName
{
color: #855117;
}
</style>
background-color css
<style>
a { background-color: #855117; }
a { background-color: rgb(133,81,23); }
div.DivClassName
{
background-color: #855117;
}
.BgClassName
{
background-color: #855117;
}
</style>
border-color css
<style>
span { border-color: #855117; }
span { border-color: rgb(133,81,23); }
td.TdClassName
{
border-color: #855117;
}
.TagClassName
{
border-color: #855117;
}
</style>