Shades of Russet #89481F
Tints of Russet #89481F
RGB
CMYK
RGB Variations
Color information
#89481F (or 0x89481F) is known color: Russet. HEX triplet: 89, 48 and 1F. RGB value is (137,72,31). Sum of RGB (Red+Green+Blue) = 137+72+31=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #89481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89481F is #76B7E0. Grayscale: #565656. Windows color (decimal): -7780321 or 2050185. OLE color: 2050185.
HSL color Cylindrical-coordinate representation of color #89481F: hue angle of 23.21º 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 #89481F is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 31 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.46 |
| HSL | 23.21º | 0.63% | 0.33% | - |
| HSV(B) | 23.21º | 0.77% | 0.54% | - |
| XYZ | 12.88 | 10.05 | 2.56 | - |
| YUV | 86.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 31 | 0 | 0.47 | 0.77 | 0.46 | 23.21 | 0.63 | 0.33 |
| Hex | 89 | 48 | 1F | 0 | 2F | 4D | 2E | 17 | 3F | 21 |
| Octal | 211 | 110 | 37 | 0 | 57 | 115 | 56 | 27 | 77 | 41 |
| Binary | 10001001 | 1001000 | 11111 | 0 | 101111 | 1001101 | 101110 | 10111 | 111111 | 100001 |
Color Harmonies of #89481F
Complementary color
Monochromatic Colors of #89481F
Black with #89481F
Text Example
Text Example
White with #89481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89481F; }
p { color: rgb(137,72,31); }
H1.HeaderClassName
{
color: #89481F;
}
.AnyTagClassName
{
color: #89481F;
}
</style>
background-color css
<style>
a { background-color: #89481F; }
a { background-color: rgb(137,72,31); }
div.DivClassName
{
background-color: #89481F;
}
.BgClassName
{
background-color: #89481F;
}
</style>
border-color css
<style>
span { border-color: #89481F; }
span { border-color: rgb(137,72,31); }
td.TdClassName
{
border-color: #89481F;
}
.TagClassName
{
border-color: #89481F;
}
</style>