Shades of Russett #835D56
Tints of Russett #835D56
RGB
CMYK
RGB Variations
Color information
#835D56 (or 0x835D56) is known color: Russett. HEX triplet: 83, 5D and 56. RGB value is (131,93,86). Sum of RGB (Red+Green+Blue) = 131+93+86=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #835D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D56 is #7CA2A9. Grayscale: #676767. Windows color (decimal): -8168106 or 5660035. OLE color: 5660035.
HSL color Cylindrical-coordinate representation of color #835D56: hue angle of 9.33º degrees, saturation: 0.21, 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 #835D56 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 86 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.49 |
| HSL | 9.33º | 0.21% | 0.43% | - |
| HSV(B) | 9.33º | 0.34% | 0.51% | - |
| XYZ | 14.95 | 13.33 | 10.59 | - |
| YUV | 103.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 86 | 0 | 0.29 | 0.34 | 0.49 | 9.33 | 0.21 | 0.43 |
| Hex | 83 | 5D | 56 | 0 | 1D | 22 | 31 | 9 | 15 | 2B |
| Octal | 203 | 135 | 126 | 0 | 35 | 42 | 61 | 11 | 25 | 53 |
| Binary | 10000011 | 1011101 | 1010110 | 0 | 11101 | 100010 | 110001 | 1001 | 10101 | 101011 |
Color Harmonies of #835D56
Complementary color
Monochromatic Colors of #835D56
Black with #835D56
Text Example
Text Example
White with #835D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D56; }
p { color: rgb(131,93,86); }
H1.HeaderClassName
{
color: #835D56;
}
.AnyTagClassName
{
color: #835D56;
}
</style>
background-color css
<style>
a { background-color: #835D56; }
a { background-color: rgb(131,93,86); }
div.DivClassName
{
background-color: #835D56;
}
.BgClassName
{
background-color: #835D56;
}
</style>
border-color css
<style>
span { border-color: #835D56; }
span { border-color: rgb(131,93,86); }
td.TdClassName
{
border-color: #835D56;
}
.TagClassName
{
border-color: #835D56;
}
</style>