Shades of Russett #855F57
Tints of Russett #855F57
RGB
CMYK
RGB Variations
Color information
#855F57 (or 0x855F57) is known color: Russett. HEX triplet: 85, 5F and 57. RGB value is (133,95,87). Sum of RGB (Red+Green+Blue) = 133+95+87=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #855F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F57 is #7AA0A8. Grayscale: #696969. Windows color (decimal): -8036521 or 5726085. OLE color: 5726085.
HSL color Cylindrical-coordinate representation of color #855F57: hue angle of 10.43º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855F57 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 87 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.48 |
| HSL | 10.43º | 0.21% | 0.43% | - |
| HSV(B) | 10.43º | 0.35% | 0.52% | - |
| XYZ | 15.49 | 13.86 | 10.88 | - |
| YUV | 105.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 87 | 0 | 0.29 | 0.35 | 0.48 | 10.43 | 0.21 | 0.43 |
| Hex | 85 | 5F | 57 | 0 | 1D | 23 | 30 | A | 15 | 2B |
| Octal | 205 | 137 | 127 | 0 | 35 | 43 | 60 | 12 | 25 | 53 |
| Binary | 10000101 | 1011111 | 1010111 | 0 | 11101 | 100011 | 110000 | 1010 | 10101 | 101011 |
Color Harmonies of #855F57
Complementary color
Monochromatic Colors of #855F57
Black with #855F57
Text Example
Text Example
White with #855F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F57; }
p { color: rgb(133,95,87); }
H1.HeaderClassName
{
color: #855F57;
}
.AnyTagClassName
{
color: #855F57;
}
</style>
background-color css
<style>
a { background-color: #855F57; }
a { background-color: rgb(133,95,87); }
div.DivClassName
{
background-color: #855F57;
}
.BgClassName
{
background-color: #855F57;
}
</style>
border-color css
<style>
span { border-color: #855F57; }
span { border-color: rgb(133,95,87); }
td.TdClassName
{
border-color: #855F57;
}
.TagClassName
{
border-color: #855F57;
}
</style>