Shades of Russet #894D21
Tints of Russet #894D21
RGB
CMYK
RGB Variations
Color information
#894D21 (or 0x894D21) is known color: Russet. HEX triplet: 89, 4D and 21. RGB value is (137,77,33). Sum of RGB (Red+Green+Blue) = 137+77+33=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #894D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D21 is #76B2DE. Grayscale: #5A5A5A. Windows color (decimal): -7779039 or 2182537. OLE color: 2182537.
HSL color Cylindrical-coordinate representation of color #894D21: hue angle of 25.38º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #894D21 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 33 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.46 |
| HSL | 25.38º | 0.61% | 0.33% | - |
| HSV(B) | 25.38º | 0.76% | 0.54% | - |
| XYZ | 13.24 | 10.74 | 2.81 | - |
| YUV | 89.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 33 | 0 | 0.44 | 0.76 | 0.46 | 25.38 | 0.61 | 0.33 |
| Hex | 89 | 4D | 21 | 0 | 2C | 4C | 2E | 19 | 3D | 21 |
| Octal | 211 | 115 | 41 | 0 | 54 | 114 | 56 | 31 | 75 | 41 |
| Binary | 10001001 | 1001101 | 100001 | 0 | 101100 | 1001100 | 101110 | 11001 | 111101 | 100001 |
Color Harmonies of #894D21
Complementary color
Monochromatic Colors of #894D21
Black with #894D21
Text Example
Text Example
White with #894D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D21; }
p { color: rgb(137,77,33); }
H1.HeaderClassName
{
color: #894D21;
}
.AnyTagClassName
{
color: #894D21;
}
</style>
background-color css
<style>
a { background-color: #894D21; }
a { background-color: rgb(137,77,33); }
div.DivClassName
{
background-color: #894D21;
}
.BgClassName
{
background-color: #894D21;
}
</style>
border-color css
<style>
span { border-color: #894D21; }
span { border-color: rgb(137,77,33); }
td.TdClassName
{
border-color: #894D21;
}
.TagClassName
{
border-color: #894D21;
}
</style>