Shades of Russet #81481E
Tints of Russet #81481E
RGB
CMYK
RGB Variations
Color information
#81481E (or 0x81481E) is known color: Russet. HEX triplet: 81, 48 and 1E. RGB value is (129,72,30). Sum of RGB (Red+Green+Blue) = 129+72+30=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #81481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81481E is #7EB7E1. Grayscale: #545454. Windows color (decimal): -8304610 or 1984641. OLE color: 1984641.
HSL color Cylindrical-coordinate representation of color #81481E: hue angle of 25.45º 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 #81481E is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 30 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.49 |
| HSL | 25.45º | 0.62% | 0.31% | - |
| HSV(B) | 25.45º | 0.77% | 0.51% | - |
| XYZ | 11.6 | 9.4 | 2.43 | - |
| YUV | 84.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 30 | 0 | 0.44 | 0.77 | 0.49 | 25.45 | 0.62 | 0.31 |
| Hex | 81 | 48 | 1E | 0 | 2C | 4D | 31 | 19 | 3E | 1F |
| Octal | 201 | 110 | 36 | 0 | 54 | 115 | 61 | 31 | 76 | 37 |
| Binary | 10000001 | 1001000 | 11110 | 0 | 101100 | 1001101 | 110001 | 11001 | 111110 | 11111 |
Color Harmonies of #81481E
Complementary color
Monochromatic Colors of #81481E
Black with #81481E
Text Example
Text Example
White with #81481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81481E; }
p { color: rgb(129,72,30); }
H1.HeaderClassName
{
color: #81481E;
}
.AnyTagClassName
{
color: #81481E;
}
</style>
background-color css
<style>
a { background-color: #81481E; }
a { background-color: rgb(129,72,30); }
div.DivClassName
{
background-color: #81481E;
}
.BgClassName
{
background-color: #81481E;
}
</style>
border-color css
<style>
span { border-color: #81481E; }
span { border-color: rgb(129,72,30); }
td.TdClassName
{
border-color: #81481E;
}
.TagClassName
{
border-color: #81481E;
}
</style>