Shades of Russet #814D1D
Tints of Russet #814D1D
RGB
CMYK
RGB Variations
Color information
#814D1D (or 0x814D1D) is known color: Russet. HEX triplet: 81, 4D and 1D. RGB value is (129,77,29). Sum of RGB (Red+Green+Blue) = 129+77+29=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D1D is #7EB2E2. Grayscale: #575757. Windows color (decimal): -8303331 or 1920385. OLE color: 1920385.
HSL color Cylindrical-coordinate representation of color #814D1D: hue angle of 28.8º degrees, saturation: 0.63, 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 #814D1D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 29 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.49 |
| HSL | 28.8º | 0.63% | 0.31% | - |
| HSV(B) | 28.8º | 0.78% | 0.51% | - |
| XYZ | 11.93 | 10.06 | 2.48 | - |
| YUV | 87.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 29 | 0 | 0.40 | 0.78 | 0.49 | 28.8 | 0.63 | 0.31 |
| Hex | 81 | 4D | 1D | 0 | 28 | 4E | 31 | 1D | 3F | 1F |
| Octal | 201 | 115 | 35 | 0 | 50 | 116 | 61 | 35 | 77 | 37 |
| Binary | 10000001 | 1001101 | 11101 | 0 | 101000 | 1001110 | 110001 | 11101 | 111111 | 11111 |
Color Harmonies of #814D1D
Complementary color
Monochromatic Colors of #814D1D
Black with #814D1D
Text Example
Text Example
White with #814D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D1D; }
p { color: rgb(129,77,29); }
H1.HeaderClassName
{
color: #814D1D;
}
.AnyTagClassName
{
color: #814D1D;
}
</style>
background-color css
<style>
a { background-color: #814D1D; }
a { background-color: rgb(129,77,29); }
div.DivClassName
{
background-color: #814D1D;
}
.BgClassName
{
background-color: #814D1D;
}
</style>
border-color css
<style>
span { border-color: #814D1D; }
span { border-color: rgb(129,77,29); }
td.TdClassName
{
border-color: #814D1D;
}
.TagClassName
{
border-color: #814D1D;
}
</style>