Shades of Russet #894D1D
Tints of Russet #894D1D
RGB
CMYK
RGB Variations
Color information
#894D1D (or 0x894D1D) is known color: Russet. HEX triplet: 89, 4D and 1D. RGB value is (137,77,29). Sum of RGB (Red+Green+Blue) = 137+77+29=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #894D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D1D is #76B2E2. Grayscale: #595959. Windows color (decimal): -7779043 or 1920393. OLE color: 1920393.
HSL color Cylindrical-coordinate representation of color #894D1D: hue angle of 26.67º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #894D1D is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 29 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.46 |
| HSL | 26.67º | 0.65% | 0.33% | - |
| HSV(B) | 26.67º | 0.79% | 0.54% | - |
| XYZ | 13.19 | 10.71 | 2.54 | - |
| YUV | 89.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 29 | 0 | 0.44 | 0.79 | 0.46 | 26.67 | 0.65 | 0.33 |
| Hex | 89 | 4D | 1D | 0 | 2C | 4F | 2E | 1B | 41 | 21 |
| Octal | 211 | 115 | 35 | 0 | 54 | 117 | 56 | 33 | 101 | 41 |
| Binary | 10001001 | 1001101 | 11101 | 0 | 101100 | 1001111 | 101110 | 11011 | 1000001 | 100001 |
Color Harmonies of #894D1D
Complementary color
Monochromatic Colors of #894D1D
Black with #894D1D
Text Example
Text Example
White with #894D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D1D; }
p { color: rgb(137,77,29); }
H1.HeaderClassName
{
color: #894D1D;
}
.AnyTagClassName
{
color: #894D1D;
}
</style>
background-color css
<style>
a { background-color: #894D1D; }
a { background-color: rgb(137,77,29); }
div.DivClassName
{
background-color: #894D1D;
}
.BgClassName
{
background-color: #894D1D;
}
</style>
border-color css
<style>
span { border-color: #894D1D; }
span { border-color: rgb(137,77,29); }
td.TdClassName
{
border-color: #894D1D;
}
.TagClassName
{
border-color: #894D1D;
}
</style>