Shades of Russet #894B21
Tints of Russet #894B21
RGB
CMYK
RGB Variations
Color information
#894B21 (or 0x894B21) is known color: Russet. HEX triplet: 89, 4B and 21. RGB value is (137,75,33). Sum of RGB (Red+Green+Blue) = 137+75+33=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #894B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B21 is #76B4DE. Grayscale: #585858. Windows color (decimal): -7779551 or 2182025. OLE color: 2182025.
HSL color Cylindrical-coordinate representation of color #894B21: hue angle of 24.23º 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 #894B21 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 33 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.46 |
| HSL | 24.23º | 0.61% | 0.33% | - |
| HSV(B) | 24.23º | 0.76% | 0.54% | - |
| XYZ | 13.11 | 10.46 | 2.77 | - |
| YUV | 88.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 33 | 0 | 0.45 | 0.76 | 0.46 | 24.23 | 0.61 | 0.33 |
| Hex | 89 | 4B | 21 | 0 | 2D | 4C | 2E | 18 | 3D | 21 |
| Octal | 211 | 113 | 41 | 0 | 55 | 114 | 56 | 30 | 75 | 41 |
| Binary | 10001001 | 1001011 | 100001 | 0 | 101101 | 1001100 | 101110 | 11000 | 111101 | 100001 |
Color Harmonies of #894B21
Complementary color
Monochromatic Colors of #894B21
Black with #894B21
Text Example
Text Example
White with #894B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B21; }
p { color: rgb(137,75,33); }
H1.HeaderClassName
{
color: #894B21;
}
.AnyTagClassName
{
color: #894B21;
}
</style>
background-color css
<style>
a { background-color: #894B21; }
a { background-color: rgb(137,75,33); }
div.DivClassName
{
background-color: #894B21;
}
.BgClassName
{
background-color: #894B21;
}
</style>
border-color css
<style>
span { border-color: #894B21; }
span { border-color: rgb(137,75,33); }
td.TdClassName
{
border-color: #894B21;
}
.TagClassName
{
border-color: #894B21;
}
</style>