Shades of Russet #81501B
Tints of Russet #81501B
RGB
CMYK
RGB Variations
Color information
#81501B (or 0x81501B) is known color: Russet. HEX triplet: 81, 50 and 1B. RGB value is (129,80,27). Sum of RGB (Red+Green+Blue) = 129+80+27=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #81501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81501B is #7EAFE4. Grayscale: #585858. Windows color (decimal): -8302565 or 1790081. OLE color: 1790081.
HSL color Cylindrical-coordinate representation of color #81501B: hue angle of 31.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81501B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 27 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.49 |
| HSL | 31.18º | 0.65% | 0.31% | - |
| HSV(B) | 31.18º | 0.79% | 0.51% | - |
| XYZ | 12.12 | 10.48 | 2.42 | - |
| YUV | 88.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 27 | 0 | 0.38 | 0.79 | 0.49 | 31.18 | 0.65 | 0.31 |
| Hex | 81 | 50 | 1B | 0 | 26 | 4F | 31 | 1F | 41 | 1F |
| Octal | 201 | 120 | 33 | 0 | 46 | 117 | 61 | 37 | 101 | 37 |
| Binary | 10000001 | 1010000 | 11011 | 0 | 100110 | 1001111 | 110001 | 11111 | 1000001 | 11111 |
Color Harmonies of #81501B
Complementary color
Monochromatic Colors of #81501B
Black with #81501B
Text Example
Text Example
White with #81501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81501B; }
p { color: rgb(129,80,27); }
H1.HeaderClassName
{
color: #81501B;
}
.AnyTagClassName
{
color: #81501B;
}
</style>
background-color css
<style>
a { background-color: #81501B; }
a { background-color: rgb(129,80,27); }
div.DivClassName
{
background-color: #81501B;
}
.BgClassName
{
background-color: #81501B;
}
</style>
border-color css
<style>
span { border-color: #81501B; }
span { border-color: rgb(129,80,27); }
td.TdClassName
{
border-color: #81501B;
}
.TagClassName
{
border-color: #81501B;
}
</style>