Shades of Russet #814E1F
Tints of Russet #814E1F
RGB
CMYK
RGB Variations
Color information
#814E1F (or 0x814E1F) is known color: Russet. HEX triplet: 81, 4E and 1F. RGB value is (129,78,31). Sum of RGB (Red+Green+Blue) = 129+78+31=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #814E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E1F is #7EB1E0. Grayscale: #585858. Windows color (decimal): -8303073 or 2051713. OLE color: 2051713.
HSL color Cylindrical-coordinate representation of color #814E1F: hue angle of 28.78º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #814E1F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 31 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.49 |
| HSL | 28.78º | 0.61% | 0.31% | - |
| HSV(B) | 28.78º | 0.76% | 0.51% | - |
| XYZ | 12.02 | 10.21 | 2.63 | - |
| YUV | 87.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 31 | 0 | 0.40 | 0.76 | 0.49 | 28.78 | 0.61 | 0.31 |
| Hex | 81 | 4E | 1F | 0 | 28 | 4C | 31 | 1D | 3D | 1F |
| Octal | 201 | 116 | 37 | 0 | 50 | 114 | 61 | 35 | 75 | 37 |
| Binary | 10000001 | 1001110 | 11111 | 0 | 101000 | 1001100 | 110001 | 11101 | 111101 | 11111 |
Color Harmonies of #814E1F
Complementary color
Monochromatic Colors of #814E1F
Black with #814E1F
Text Example
Text Example
White with #814E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E1F; }
p { color: rgb(129,78,31); }
H1.HeaderClassName
{
color: #814E1F;
}
.AnyTagClassName
{
color: #814E1F;
}
</style>
background-color css
<style>
a { background-color: #814E1F; }
a { background-color: rgb(129,78,31); }
div.DivClassName
{
background-color: #814E1F;
}
.BgClassName
{
background-color: #814E1F;
}
</style>
border-color css
<style>
span { border-color: #814E1F; }
span { border-color: rgb(129,78,31); }
td.TdClassName
{
border-color: #814E1F;
}
.TagClassName
{
border-color: #814E1F;
}
</style>