Shades of Russet #845113
Tints of Russet #845113
RGB
CMYK
RGB Variations
Color information
#845113 (or 0x845113) is known color: Russet. HEX triplet: 84, 51 and 13. RGB value is (132,81,19). Sum of RGB (Red+Green+Blue) = 132+81+19=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845113 is #7BAEEC. Grayscale: #595959. Windows color (decimal): -8105709 or 1266052. OLE color: 1266052.
HSL color Cylindrical-coordinate representation of color #845113: hue angle of 32.92º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #845113 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 19 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.48 |
| HSL | 32.92º | 0.75% | 0.3% | - |
| HSV(B) | 32.92º | 0.86% | 0.52% | - |
| XYZ | 12.58 | 10.84 | 2.05 | - |
| YUV | 89.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 19 | 0 | 0.39 | 0.86 | 0.48 | 32.92 | 0.75 | 0.3 |
| Hex | 84 | 51 | 13 | 0 | 27 | 56 | 30 | 21 | 4B | 1E |
| Octal | 204 | 121 | 23 | 0 | 47 | 126 | 60 | 41 | 113 | 36 |
| Binary | 10000100 | 1010001 | 10011 | 0 | 100111 | 1010110 | 110000 | 100001 | 1001011 | 11110 |
Color Harmonies of #845113
Complementary color
Monochromatic Colors of #845113
Black with #845113
Text Example
Text Example
White with #845113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845113; }
p { color: rgb(132,81,19); }
H1.HeaderClassName
{
color: #845113;
}
.AnyTagClassName
{
color: #845113;
}
</style>
background-color css
<style>
a { background-color: #845113; }
a { background-color: rgb(132,81,19); }
div.DivClassName
{
background-color: #845113;
}
.BgClassName
{
background-color: #845113;
}
</style>
border-color css
<style>
span { border-color: #845113; }
span { border-color: rgb(132,81,19); }
td.TdClassName
{
border-color: #845113;
}
.TagClassName
{
border-color: #845113;
}
</style>