Shades of Russet #894A1C
Tints of Russet #894A1C
RGB
CMYK
RGB Variations
Color information
#894A1C (or 0x894A1C) is known color: Russet. HEX triplet: 89, 4A and 1C. RGB value is (137,74,28). Sum of RGB (Red+Green+Blue) = 137+74+28=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #894A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A1C is #76B5E3. Grayscale: #575757. Windows color (decimal): -7779812 or 1854089. OLE color: 1854089.
HSL color Cylindrical-coordinate representation of color #894A1C: hue angle of 25.32º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #894A1C is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 74 | 28 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.46 |
| HSL | 25.32º | 0.66% | 0.32% | - |
| HSV(B) | 25.32º | 0.8% | 0.54% | - |
| XYZ | 12.97 | 10.3 | 2.4 | - |
| YUV | 87.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 28 | 0 | 0.46 | 0.80 | 0.46 | 25.32 | 0.66 | 0.32 |
| Hex | 89 | 4A | 1C | 0 | 2E | 50 | 2E | 19 | 42 | 20 |
| Octal | 211 | 112 | 34 | 0 | 56 | 120 | 56 | 31 | 102 | 40 |
| Binary | 10001001 | 1001010 | 11100 | 0 | 101110 | 1010000 | 101110 | 11001 | 1000010 | 100000 |
Color Harmonies of #894A1C
Complementary color
Monochromatic Colors of #894A1C
Black with #894A1C
Text Example
Text Example
White with #894A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894A1C; }
p { color: rgb(137,74,28); }
H1.HeaderClassName
{
color: #894A1C;
}
.AnyTagClassName
{
color: #894A1C;
}
</style>
background-color css
<style>
a { background-color: #894A1C; }
a { background-color: rgb(137,74,28); }
div.DivClassName
{
background-color: #894A1C;
}
.BgClassName
{
background-color: #894A1C;
}
</style>
border-color css
<style>
span { border-color: #894A1C; }
span { border-color: rgb(137,74,28); }
td.TdClassName
{
border-color: #894A1C;
}
.TagClassName
{
border-color: #894A1C;
}
</style>