Shades of Russet #81521C
Tints of Russet #81521C
RGB
CMYK
RGB Variations
Color information
#81521C (or 0x81521C) is known color: Russet. HEX triplet: 81, 52 and 1C. RGB value is (129,82,28). Sum of RGB (Red+Green+Blue) = 129+82+28=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81521C is #7EADE3. Grayscale: #5A5A5A. Windows color (decimal): -8302052 or 1856129. OLE color: 1856129.
HSL color Cylindrical-coordinate representation of color #81521C: hue angle of 32.08º 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 #81521C is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 28 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.49 |
| HSL | 32.08º | 0.64% | 0.31% | - |
| HSV(B) | 32.08º | 0.78% | 0.51% | - |
| XYZ | 12.28 | 10.79 | 2.53 | - |
| YUV | 89.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 28 | 0 | 0.36 | 0.78 | 0.49 | 32.08 | 0.64 | 0.31 |
| Hex | 81 | 52 | 1C | 0 | 24 | 4E | 31 | 20 | 40 | 1F |
| Octal | 201 | 122 | 34 | 0 | 44 | 116 | 61 | 40 | 100 | 37 |
| Binary | 10000001 | 1010010 | 11100 | 0 | 100100 | 1001110 | 110001 | 100000 | 1000000 | 11111 |
Color Harmonies of #81521C
Complementary color
Monochromatic Colors of #81521C
Black with #81521C
Text Example
Text Example
White with #81521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81521C; }
p { color: rgb(129,82,28); }
H1.HeaderClassName
{
color: #81521C;
}
.AnyTagClassName
{
color: #81521C;
}
</style>
background-color css
<style>
a { background-color: #81521C; }
a { background-color: rgb(129,82,28); }
div.DivClassName
{
background-color: #81521C;
}
.BgClassName
{
background-color: #81521C;
}
</style>
border-color css
<style>
span { border-color: #81521C; }
span { border-color: rgb(129,82,28); }
td.TdClassName
{
border-color: #81521C;
}
.TagClassName
{
border-color: #81521C;
}
</style>