Shades of Russett #835F57
Tints of Russett #835F57
RGB
CMYK
RGB Variations
Color information
#835F57 (or 0x835F57) is known color: Russett. HEX triplet: 83, 5F and 57. RGB value is (131,95,87). Sum of RGB (Red+Green+Blue) = 131+95+87=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #835F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F57 is #7CA0A8. Grayscale: #686868. Windows color (decimal): -8167593 or 5726083. OLE color: 5726083.
HSL color Cylindrical-coordinate representation of color #835F57: hue angle of 10.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835F57 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 87 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.49 |
| HSL | 10.91º | 0.2% | 0.43% | - |
| HSV(B) | 10.91º | 0.34% | 0.51% | - |
| XYZ | 15.17 | 13.7 | 10.86 | - |
| YUV | 104.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 87 | 0 | 0.27 | 0.34 | 0.49 | 10.91 | 0.2 | 0.43 |
| Hex | 83 | 5F | 57 | 0 | 1B | 22 | 31 | B | 14 | 2B |
| Octal | 203 | 137 | 127 | 0 | 33 | 42 | 61 | 13 | 24 | 53 |
| Binary | 10000011 | 1011111 | 1010111 | 0 | 11011 | 100010 | 110001 | 1011 | 10100 | 101011 |
Color Harmonies of #835F57
Complementary color
Monochromatic Colors of #835F57
Black with #835F57
Text Example
Text Example
White with #835F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F57; }
p { color: rgb(131,95,87); }
H1.HeaderClassName
{
color: #835F57;
}
.AnyTagClassName
{
color: #835F57;
}
</style>
background-color css
<style>
a { background-color: #835F57; }
a { background-color: rgb(131,95,87); }
div.DivClassName
{
background-color: #835F57;
}
.BgClassName
{
background-color: #835F57;
}
</style>
border-color css
<style>
span { border-color: #835F57; }
span { border-color: rgb(131,95,87); }
td.TdClassName
{
border-color: #835F57;
}
.TagClassName
{
border-color: #835F57;
}
</style>