Shades of Russet #81471E
Tints of Russet #81471E
RGB
CMYK
RGB Variations
Color information
#81471E (or 0x81471E) is known color: Russet. HEX triplet: 81, 47 and 1E. RGB value is (129,71,30). Sum of RGB (Red+Green+Blue) = 129+71+30=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81471E is #7EB8E1. Grayscale: #535353. Windows color (decimal): -8304866 or 1984385. OLE color: 1984385.
HSL color Cylindrical-coordinate representation of color #81471E: hue angle of 24.85º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81471E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 30 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.49 |
| HSL | 24.85º | 0.62% | 0.31% | - |
| HSV(B) | 24.85º | 0.77% | 0.51% | - |
| XYZ | 11.54 | 9.27 | 2.41 | - |
| YUV | 83.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 30 | 0 | 0.45 | 0.77 | 0.49 | 24.85 | 0.62 | 0.31 |
| Hex | 81 | 47 | 1E | 0 | 2D | 4D | 31 | 19 | 3E | 1F |
| Octal | 201 | 107 | 36 | 0 | 55 | 115 | 61 | 31 | 76 | 37 |
| Binary | 10000001 | 1000111 | 11110 | 0 | 101101 | 1001101 | 110001 | 11001 | 111110 | 11111 |
Color Harmonies of #81471E
Complementary color
Monochromatic Colors of #81471E
Black with #81471E
Text Example
Text Example
White with #81471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81471E; }
p { color: rgb(129,71,30); }
H1.HeaderClassName
{
color: #81471E;
}
.AnyTagClassName
{
color: #81471E;
}
</style>
background-color css
<style>
a { background-color: #81471E; }
a { background-color: rgb(129,71,30); }
div.DivClassName
{
background-color: #81471E;
}
.BgClassName
{
background-color: #81471E;
}
</style>
border-color css
<style>
span { border-color: #81471E; }
span { border-color: rgb(129,71,30); }
td.TdClassName
{
border-color: #81471E;
}
.TagClassName
{
border-color: #81471E;
}
</style>