Shades of Russet #814C1E
Tints of Russet #814C1E
RGB
CMYK
RGB Variations
Color information
#814C1E (or 0x814C1E) is known color: Russet. HEX triplet: 81, 4C and 1E. RGB value is (129,76,30). Sum of RGB (Red+Green+Blue) = 129+76+30=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814C1E is #7EB3E1. Grayscale: #565656. Windows color (decimal): -8303586 or 1985665. OLE color: 1985665.
HSL color Cylindrical-coordinate representation of color #814C1E: hue angle of 27.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #814C1E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 30 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.49 |
| HSL | 27.88º | 0.62% | 0.31% | - |
| HSV(B) | 27.88º | 0.77% | 0.51% | - |
| XYZ | 11.87 | 9.93 | 2.52 | - |
| YUV | 86.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 30 | 0 | 0.41 | 0.77 | 0.49 | 27.88 | 0.62 | 0.31 |
| Hex | 81 | 4C | 1E | 0 | 29 | 4D | 31 | 1C | 3E | 1F |
| Octal | 201 | 114 | 36 | 0 | 51 | 115 | 61 | 34 | 76 | 37 |
| Binary | 10000001 | 1001100 | 11110 | 0 | 101001 | 1001101 | 110001 | 11100 | 111110 | 11111 |
Color Harmonies of #814C1E
Complementary color
Monochromatic Colors of #814C1E
Black with #814C1E
Text Example
Text Example
White with #814C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C1E; }
p { color: rgb(129,76,30); }
H1.HeaderClassName
{
color: #814C1E;
}
.AnyTagClassName
{
color: #814C1E;
}
</style>
background-color css
<style>
a { background-color: #814C1E; }
a { background-color: rgb(129,76,30); }
div.DivClassName
{
background-color: #814C1E;
}
.BgClassName
{
background-color: #814C1E;
}
</style>
border-color css
<style>
span { border-color: #814C1E; }
span { border-color: rgb(129,76,30); }
td.TdClassName
{
border-color: #814C1E;
}
.TagClassName
{
border-color: #814C1E;
}
</style>