Shades of Russet #894520
Tints of Russet #894520
RGB
CMYK
RGB Variations
Color information
#894520 (or 0x894520) is known color: Russet. HEX triplet: 89, 45 and 20. RGB value is (137,69,32). Sum of RGB (Red+Green+Blue) = 137+69+32=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #894520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894520 is #76BADF. Grayscale: #555555. Windows color (decimal): -7781088 or 2114953. OLE color: 2114953.
HSL color Cylindrical-coordinate representation of color #894520: hue angle of 21.14º degrees, saturation: 0.62, 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 #894520 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 32 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.46 |
| HSL | 21.14º | 0.62% | 0.33% | - |
| HSV(B) | 21.14º | 0.77% | 0.54% | - |
| XYZ | 12.71 | 9.68 | 2.57 | - |
| YUV | 85.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 32 | 0 | 0.50 | 0.77 | 0.46 | 21.14 | 0.62 | 0.33 |
| Hex | 89 | 45 | 20 | 0 | 32 | 4D | 2E | 15 | 3E | 21 |
| Octal | 211 | 105 | 40 | 0 | 62 | 115 | 56 | 25 | 76 | 41 |
| Binary | 10001001 | 1000101 | 100000 | 0 | 110010 | 1001101 | 101110 | 10101 | 111110 | 100001 |
Color Harmonies of #894520
Complementary color
Monochromatic Colors of #894520
Black with #894520
Text Example
Text Example
White with #894520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894520; }
p { color: rgb(137,69,32); }
H1.HeaderClassName
{
color: #894520;
}
.AnyTagClassName
{
color: #894520;
}
</style>
background-color css
<style>
a { background-color: #894520; }
a { background-color: rgb(137,69,32); }
div.DivClassName
{
background-color: #894520;
}
.BgClassName
{
background-color: #894520;
}
</style>
border-color css
<style>
span { border-color: #894520; }
span { border-color: rgb(137,69,32); }
td.TdClassName
{
border-color: #894520;
}
.TagClassName
{
border-color: #894520;
}
</style>