Shades of Russet #894C21
Tints of Russet #894C21
RGB
CMYK
RGB Variations
Color information
#894C21 (or 0x894C21) is known color: Russet. HEX triplet: 89, 4C and 21. RGB value is (137,76,33). Sum of RGB (Red+Green+Blue) = 137+76+33=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #894C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894C21 is #76B3DE. Grayscale: #595959. Windows color (decimal): -7779295 or 2182281. OLE color: 2182281.
HSL color Cylindrical-coordinate representation of color #894C21: hue angle of 24.81º 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 #894C21 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 76 | 33 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.46 |
| HSL | 24.81º | 0.61% | 0.33% | - |
| HSV(B) | 24.81º | 0.76% | 0.54% | - |
| XYZ | 13.18 | 10.6 | 2.79 | - |
| YUV | 89.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 33 | 0 | 0.45 | 0.76 | 0.46 | 24.81 | 0.61 | 0.33 |
| Hex | 89 | 4C | 21 | 0 | 2D | 4C | 2E | 19 | 3D | 21 |
| Octal | 211 | 114 | 41 | 0 | 55 | 114 | 56 | 31 | 75 | 41 |
| Binary | 10001001 | 1001100 | 100001 | 0 | 101101 | 1001100 | 101110 | 11001 | 111101 | 100001 |
Color Harmonies of #894C21
Complementary color
Monochromatic Colors of #894C21
Black with #894C21
Text Example
Text Example
White with #894C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894C21; }
p { color: rgb(137,76,33); }
H1.HeaderClassName
{
color: #894C21;
}
.AnyTagClassName
{
color: #894C21;
}
</style>
background-color css
<style>
a { background-color: #894C21; }
a { background-color: rgb(137,76,33); }
div.DivClassName
{
background-color: #894C21;
}
.BgClassName
{
background-color: #894C21;
}
</style>
border-color css
<style>
span { border-color: #894C21; }
span { border-color: rgb(137,76,33); }
td.TdClassName
{
border-color: #894C21;
}
.TagClassName
{
border-color: #894C21;
}
</style>