Shades of Russet #894820
Tints of Russet #894820
RGB
CMYK
RGB Variations
Color information
#894820 (or 0x894820) is known color: Russet. HEX triplet: 89, 48 and 20. RGB value is (137,72,32). Sum of RGB (Red+Green+Blue) = 137+72+32=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #894820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894820 is #76B7DF. Grayscale: #575757. Windows color (decimal): -7780320 or 2115721. OLE color: 2115721.
HSL color Cylindrical-coordinate representation of color #894820: hue angle of 22.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #894820 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 32 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.46 |
| HSL | 22.86º | 0.62% | 0.33% | - |
| HSV(B) | 22.86º | 0.77% | 0.54% | - |
| XYZ | 12.89 | 10.06 | 2.63 | - |
| YUV | 86.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 32 | 0 | 0.47 | 0.77 | 0.46 | 22.86 | 0.62 | 0.33 |
| Hex | 89 | 48 | 20 | 0 | 2F | 4D | 2E | 17 | 3E | 21 |
| Octal | 211 | 110 | 40 | 0 | 57 | 115 | 56 | 27 | 76 | 41 |
| Binary | 10001001 | 1001000 | 100000 | 0 | 101111 | 1001101 | 101110 | 10111 | 111110 | 100001 |
Color Harmonies of #894820
Complementary color
Monochromatic Colors of #894820
Black with #894820
Text Example
Text Example
White with #894820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894820; }
p { color: rgb(137,72,32); }
H1.HeaderClassName
{
color: #894820;
}
.AnyTagClassName
{
color: #894820;
}
</style>
background-color css
<style>
a { background-color: #894820; }
a { background-color: rgb(137,72,32); }
div.DivClassName
{
background-color: #894820;
}
.BgClassName
{
background-color: #894820;
}
</style>
border-color css
<style>
span { border-color: #894820; }
span { border-color: rgb(137,72,32); }
td.TdClassName
{
border-color: #894820;
}
.TagClassName
{
border-color: #894820;
}
</style>