Shades of Russet #845015
Tints of Russet #845015
RGB
CMYK
RGB Variations
Color information
#845015 (or 0x845015) is known color: Russet. HEX triplet: 84, 50 and 15. RGB value is (132,80,21). Sum of RGB (Red+Green+Blue) = 132+80+21=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #845015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845015 is #7BAFEA. Grayscale: #595959. Windows color (decimal): -8105963 or 1396868. OLE color: 1396868.
HSL color Cylindrical-coordinate representation of color #845015: hue angle of 31.89º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #845015 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 21 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.48 |
| HSL | 31.89º | 0.73% | 0.3% | - |
| HSV(B) | 31.89º | 0.84% | 0.52% | - |
| XYZ | 12.52 | 10.7 | 2.11 | - |
| YUV | 88.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 21 | 0 | 0.39 | 0.84 | 0.48 | 31.89 | 0.73 | 0.3 |
| Hex | 84 | 50 | 15 | 0 | 27 | 54 | 30 | 20 | 49 | 1E |
| Octal | 204 | 120 | 25 | 0 | 47 | 124 | 60 | 40 | 111 | 36 |
| Binary | 10000100 | 1010000 | 10101 | 0 | 100111 | 1010100 | 110000 | 100000 | 1001001 | 11110 |
Color Harmonies of #845015
Complementary color
Monochromatic Colors of #845015
Black with #845015
Text Example
Text Example
White with #845015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845015; }
p { color: rgb(132,80,21); }
H1.HeaderClassName
{
color: #845015;
}
.AnyTagClassName
{
color: #845015;
}
</style>
background-color css
<style>
a { background-color: #845015; }
a { background-color: rgb(132,80,21); }
div.DivClassName
{
background-color: #845015;
}
.BgClassName
{
background-color: #845015;
}
</style>
border-color css
<style>
span { border-color: #845015; }
span { border-color: rgb(132,80,21); }
td.TdClassName
{
border-color: #845015;
}
.TagClassName
{
border-color: #845015;
}
</style>