Shades of Russet #814F1D
Tints of Russet #814F1D
RGB
CMYK
RGB Variations
Color information
#814F1D (or 0x814F1D) is known color: Russet. HEX triplet: 81, 4F and 1D. RGB value is (129,79,29). Sum of RGB (Red+Green+Blue) = 129+79+29=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #814F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F1D is #7EB0E2. Grayscale: #585858. Windows color (decimal): -8302819 or 1920897. OLE color: 1920897.
HSL color Cylindrical-coordinate representation of color #814F1D: hue angle of 30º 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 #814F1D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 79 | 29 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.49 |
| HSL | 30º | 0.63% | 0.31% | - |
| HSV(B) | 30º | 0.78% | 0.51% | - |
| XYZ | 12.07 | 10.35 | 2.52 | - |
| YUV | 88.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 29 | 0 | 0.39 | 0.78 | 0.49 | 30 | 0.63 | 0.31 |
| Hex | 81 | 4F | 1D | 0 | 27 | 4E | 31 | 1E | 3F | 1F |
| Octal | 201 | 117 | 35 | 0 | 47 | 116 | 61 | 36 | 77 | 37 |
| Binary | 10000001 | 1001111 | 11101 | 0 | 100111 | 1001110 | 110001 | 11110 | 111111 | 11111 |
Color Harmonies of #814F1D
Complementary color
Monochromatic Colors of #814F1D
Black with #814F1D
Text Example
Text Example
White with #814F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814F1D; }
p { color: rgb(129,79,29); }
H1.HeaderClassName
{
color: #814F1D;
}
.AnyTagClassName
{
color: #814F1D;
}
</style>
background-color css
<style>
a { background-color: #814F1D; }
a { background-color: rgb(129,79,29); }
div.DivClassName
{
background-color: #814F1D;
}
.BgClassName
{
background-color: #814F1D;
}
</style>
border-color css
<style>
span { border-color: #814F1D; }
span { border-color: rgb(129,79,29); }
td.TdClassName
{
border-color: #814F1D;
}
.TagClassName
{
border-color: #814F1D;
}
</style>