Shades of Russet #845019
Tints of Russet #845019
RGB
CMYK
RGB Variations
Color information
#845019 (or 0x845019) is known color: Russet. HEX triplet: 84, 50 and 19. RGB value is (132,80,25). Sum of RGB (Red+Green+Blue) = 132+80+25=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #845019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845019 is #7BAFE6. Grayscale: #595959. Windows color (decimal): -8105959 or 1659012. OLE color: 1659012.
HSL color Cylindrical-coordinate representation of color #845019: hue angle of 30.84º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #845019 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 25 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.48 |
| HSL | 30.84º | 0.68% | 0.31% | - |
| HSV(B) | 30.84º | 0.81% | 0.52% | - |
| XYZ | 12.56 | 10.71 | 2.33 | - |
| YUV | 89.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 25 | 0 | 0.39 | 0.81 | 0.48 | 30.84 | 0.68 | 0.31 |
| Hex | 84 | 50 | 19 | 0 | 27 | 51 | 30 | 1F | 44 | 1F |
| Octal | 204 | 120 | 31 | 0 | 47 | 121 | 60 | 37 | 104 | 37 |
| Binary | 10000100 | 1010000 | 11001 | 0 | 100111 | 1010001 | 110000 | 11111 | 1000100 | 11111 |
Color Harmonies of #845019
Complementary color
Monochromatic Colors of #845019
Black with #845019
Text Example
Text Example
White with #845019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845019; }
p { color: rgb(132,80,25); }
H1.HeaderClassName
{
color: #845019;
}
.AnyTagClassName
{
color: #845019;
}
</style>
background-color css
<style>
a { background-color: #845019; }
a { background-color: rgb(132,80,25); }
div.DivClassName
{
background-color: #845019;
}
.BgClassName
{
background-color: #845019;
}
</style>
border-color css
<style>
span { border-color: #845019; }
span { border-color: rgb(132,80,25); }
td.TdClassName
{
border-color: #845019;
}
.TagClassName
{
border-color: #845019;
}
</style>