Shades of Russet #894D1F
Tints of Russet #894D1F
RGB
CMYK
RGB Variations
Color information
#894D1F (or 0x894D1F) is known color: Russet. HEX triplet: 89, 4D and 1F. RGB value is (137,77,31). Sum of RGB (Red+Green+Blue) = 137+77+31=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #894D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D1F is #76B2E0. Grayscale: #595959. Windows color (decimal): -7779041 or 2051465. OLE color: 2051465.
HSL color Cylindrical-coordinate representation of color #894D1F: hue angle of 26.04º degrees, saturation: 0.63, 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 #894D1F is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 31 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.46 |
| HSL | 26.04º | 0.63% | 0.33% | - |
| HSV(B) | 26.04º | 0.77% | 0.54% | - |
| XYZ | 13.22 | 10.73 | 2.67 | - |
| YUV | 89.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 31 | 0 | 0.44 | 0.77 | 0.46 | 26.04 | 0.63 | 0.33 |
| Hex | 89 | 4D | 1F | 0 | 2C | 4D | 2E | 1A | 3F | 21 |
| Octal | 211 | 115 | 37 | 0 | 54 | 115 | 56 | 32 | 77 | 41 |
| Binary | 10001001 | 1001101 | 11111 | 0 | 101100 | 1001101 | 101110 | 11010 | 111111 | 100001 |
Color Harmonies of #894D1F
Complementary color
Monochromatic Colors of #894D1F
Black with #894D1F
Text Example
Text Example
White with #894D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D1F; }
p { color: rgb(137,77,31); }
H1.HeaderClassName
{
color: #894D1F;
}
.AnyTagClassName
{
color: #894D1F;
}
</style>
background-color css
<style>
a { background-color: #894D1F; }
a { background-color: rgb(137,77,31); }
div.DivClassName
{
background-color: #894D1F;
}
.BgClassName
{
background-color: #894D1F;
}
</style>
border-color css
<style>
span { border-color: #894D1F; }
span { border-color: rgb(137,77,31); }
td.TdClassName
{
border-color: #894D1F;
}
.TagClassName
{
border-color: #894D1F;
}
</style>