Shades of Russett #845E56
Tints of Russett #845E56
RGB
CMYK
RGB Variations
Color information
#845E56 (or 0x845E56) is known color: Russett. HEX triplet: 84, 5E and 56. RGB value is (132,94,86). Sum of RGB (Red+Green+Blue) = 132+94+86=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #845E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E56 is #7BA1A9. Grayscale: #686868. Windows color (decimal): -8102314 or 5660292. OLE color: 5660292.
HSL color Cylindrical-coordinate representation of color #845E56: 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 #845E56 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 86 | - |
| 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.2 | 13.58 | 10.62 | - |
| YUV | 104.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 86 | 0 | 0.29 | 0.35 | 0.48 | 10.43 | 0.21 | 0.43 |
| Hex | 84 | 5E | 56 | 0 | 1D | 23 | 30 | A | 15 | 2B |
| Octal | 204 | 136 | 126 | 0 | 35 | 43 | 60 | 12 | 25 | 53 |
| Binary | 10000100 | 1011110 | 1010110 | 0 | 11101 | 100011 | 110000 | 1010 | 10101 | 101011 |
Color Harmonies of #845E56
Complementary color
Monochromatic Colors of #845E56
Black with #845E56
Text Example
Text Example
White with #845E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E56; }
p { color: rgb(132,94,86); }
H1.HeaderClassName
{
color: #845E56;
}
.AnyTagClassName
{
color: #845E56;
}
</style>
background-color css
<style>
a { background-color: #845E56; }
a { background-color: rgb(132,94,86); }
div.DivClassName
{
background-color: #845E56;
}
.BgClassName
{
background-color: #845E56;
}
</style>
border-color css
<style>
span { border-color: #845E56; }
span { border-color: rgb(132,94,86); }
td.TdClassName
{
border-color: #845E56;
}
.TagClassName
{
border-color: #845E56;
}
</style>