Shades of Russet #81491B
Tints of Russet #81491B
RGB
CMYK
RGB Variations
Color information
#81491B (or 0x81491B) is known color: Russet. HEX triplet: 81, 49 and 1B. RGB value is (129,73,27). Sum of RGB (Red+Green+Blue) = 129+73+27=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #81491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81491B is #7EB6E4. Grayscale: #545454. Windows color (decimal): -8304357 or 1788289. OLE color: 1788289.
HSL color Cylindrical-coordinate representation of color #81491B: hue angle of 27.06º 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 #81491B is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 27 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.49 |
| HSL | 27.06º | 0.65% | 0.31% | - |
| HSV(B) | 27.06º | 0.79% | 0.51% | - |
| XYZ | 11.63 | 9.51 | 2.26 | - |
| YUV | 84.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 27 | 0 | 0.43 | 0.79 | 0.49 | 27.06 | 0.65 | 0.31 |
| Hex | 81 | 49 | 1B | 0 | 2B | 4F | 31 | 1B | 41 | 1F |
| Octal | 201 | 111 | 33 | 0 | 53 | 117 | 61 | 33 | 101 | 37 |
| Binary | 10000001 | 1001001 | 11011 | 0 | 101011 | 1001111 | 110001 | 11011 | 1000001 | 11111 |
Color Harmonies of #81491B
Complementary color
Monochromatic Colors of #81491B
Black with #81491B
Text Example
Text Example
White with #81491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81491B; }
p { color: rgb(129,73,27); }
H1.HeaderClassName
{
color: #81491B;
}
.AnyTagClassName
{
color: #81491B;
}
</style>
background-color css
<style>
a { background-color: #81491B; }
a { background-color: rgb(129,73,27); }
div.DivClassName
{
background-color: #81491B;
}
.BgClassName
{
background-color: #81491B;
}
</style>
border-color css
<style>
span { border-color: #81491B; }
span { border-color: rgb(129,73,27); }
td.TdClassName
{
border-color: #81491B;
}
.TagClassName
{
border-color: #81491B;
}
</style>