Shades of Russet #81511A
Tints of Russet #81511A
RGB
CMYK
RGB Variations
Color information
#81511A (or 0x81511A) is known color: Russet. HEX triplet: 81, 51 and 1A. RGB value is (129,81,26). Sum of RGB (Red+Green+Blue) = 129+81+26=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #81511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81511A is #7EAEE5. Grayscale: #595959. Windows color (decimal): -8302310 or 1724801. OLE color: 1724801.
HSL color Cylindrical-coordinate representation of color #81511A: hue angle of 32.04º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81511A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 26 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.49 |
| HSL | 32.04º | 0.66% | 0.3% | - |
| HSV(B) | 32.04º | 0.8% | 0.51% | - |
| XYZ | 12.18 | 10.63 | 2.39 | - |
| YUV | 89.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 26 | 0 | 0.37 | 0.80 | 0.49 | 32.04 | 0.66 | 0.3 |
| Hex | 81 | 51 | 1A | 0 | 25 | 50 | 31 | 20 | 42 | 1E |
| Octal | 201 | 121 | 32 | 0 | 45 | 120 | 61 | 40 | 102 | 36 |
| Binary | 10000001 | 1010001 | 11010 | 0 | 100101 | 1010000 | 110001 | 100000 | 1000010 | 11110 |
Color Harmonies of #81511A
Complementary color
Monochromatic Colors of #81511A
Black with #81511A
Text Example
Text Example
White with #81511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81511A; }
p { color: rgb(129,81,26); }
H1.HeaderClassName
{
color: #81511A;
}
.AnyTagClassName
{
color: #81511A;
}
</style>
background-color css
<style>
a { background-color: #81511A; }
a { background-color: rgb(129,81,26); }
div.DivClassName
{
background-color: #81511A;
}
.BgClassName
{
background-color: #81511A;
}
</style>
border-color css
<style>
span { border-color: #81511A; }
span { border-color: rgb(129,81,26); }
td.TdClassName
{
border-color: #81511A;
}
.TagClassName
{
border-color: #81511A;
}
</style>