Shades of Russet #81491C
Tints of Russet #81491C
RGB
CMYK
RGB Variations
Color information
#81491C (or 0x81491C) is known color: Russet. HEX triplet: 81, 49 and 1C. RGB value is (129,73,28). Sum of RGB (Red+Green+Blue) = 129+73+28=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81491C is #7EB6E3. Grayscale: #545454. Windows color (decimal): -8304356 or 1853825. OLE color: 1853825.
HSL color Cylindrical-coordinate representation of color #81491C: hue angle of 26.73º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81491C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 28 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.49 |
| HSL | 26.73º | 0.64% | 0.31% | - |
| HSV(B) | 26.73º | 0.78% | 0.51% | - |
| XYZ | 11.65 | 9.52 | 2.32 | - |
| YUV | 84.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 28 | 0 | 0.43 | 0.78 | 0.49 | 26.73 | 0.64 | 0.31 |
| Hex | 81 | 49 | 1C | 0 | 2B | 4E | 31 | 1B | 40 | 1F |
| Octal | 201 | 111 | 34 | 0 | 53 | 116 | 61 | 33 | 100 | 37 |
| Binary | 10000001 | 1001001 | 11100 | 0 | 101011 | 1001110 | 110001 | 11011 | 1000000 | 11111 |
Color Harmonies of #81491C
Complementary color
Monochromatic Colors of #81491C
Black with #81491C
Text Example
Text Example
White with #81491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81491C; }
p { color: rgb(129,73,28); }
H1.HeaderClassName
{
color: #81491C;
}
.AnyTagClassName
{
color: #81491C;
}
</style>
background-color css
<style>
a { background-color: #81491C; }
a { background-color: rgb(129,73,28); }
div.DivClassName
{
background-color: #81491C;
}
.BgClassName
{
background-color: #81491C;
}
</style>
border-color css
<style>
span { border-color: #81491C; }
span { border-color: rgb(129,73,28); }
td.TdClassName
{
border-color: #81491C;
}
.TagClassName
{
border-color: #81491C;
}
</style>