Shades of Russet #845014
Tints of Russet #845014
RGB
CMYK
RGB Variations
Color information
#845014 (or 0x845014) is known color: Russet. HEX triplet: 84, 50 and 14. RGB value is (132,80,20). Sum of RGB (Red+Green+Blue) = 132+80+20=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #845014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845014 is #7BAFEB. Grayscale: #595959. Windows color (decimal): -8105964 or 1331332. OLE color: 1331332.
HSL color Cylindrical-coordinate representation of color #845014: hue angle of 32.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #845014 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 20 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.48 |
| HSL | 32.14º | 0.74% | 0.3% | - |
| HSV(B) | 32.14º | 0.85% | 0.52% | - |
| XYZ | 12.51 | 10.69 | 2.07 | - |
| YUV | 88.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 20 | 0 | 0.39 | 0.85 | 0.48 | 32.14 | 0.74 | 0.3 |
| Hex | 84 | 50 | 14 | 0 | 27 | 55 | 30 | 20 | 4A | 1E |
| Octal | 204 | 120 | 24 | 0 | 47 | 125 | 60 | 40 | 112 | 36 |
| Binary | 10000100 | 1010000 | 10100 | 0 | 100111 | 1010101 | 110000 | 100000 | 1001010 | 11110 |
Color Harmonies of #845014
Complementary color
Monochromatic Colors of #845014
Black with #845014
Text Example
Text Example
White with #845014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845014; }
p { color: rgb(132,80,20); }
H1.HeaderClassName
{
color: #845014;
}
.AnyTagClassName
{
color: #845014;
}
</style>
background-color css
<style>
a { background-color: #845014; }
a { background-color: rgb(132,80,20); }
div.DivClassName
{
background-color: #845014;
}
.BgClassName
{
background-color: #845014;
}
</style>
border-color css
<style>
span { border-color: #845014; }
span { border-color: rgb(132,80,20); }
td.TdClassName
{
border-color: #845014;
}
.TagClassName
{
border-color: #845014;
}
</style>