Shades of Russet #814313
Tints of Russet #814313
RGB
CMYK
RGB Variations
Color information
#814313 (or 0x814313) is known color: Russet. HEX triplet: 81, 43 and 13. RGB value is (129,67,19). Sum of RGB (Red+Green+Blue) = 129+67+19=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #814313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814313 is #7EBCEC. Grayscale: #505050. Windows color (decimal): -8305901 or 1262465. OLE color: 1262465.
HSL color Cylindrical-coordinate representation of color #814313: hue angle of 26.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #814313 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 19 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.49 |
| HSL | 26.18º | 0.74% | 0.29% | - |
| HSV(B) | 26.18º | 0.85% | 0.51% | - |
| XYZ | 11.18 | 8.73 | 1.71 | - |
| YUV | 80.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 19 | 0 | 0.48 | 0.85 | 0.49 | 26.18 | 0.74 | 0.29 |
| Hex | 81 | 43 | 13 | 0 | 30 | 55 | 31 | 1A | 4A | 1D |
| Octal | 201 | 103 | 23 | 0 | 60 | 125 | 61 | 32 | 112 | 35 |
| Binary | 10000001 | 1000011 | 10011 | 0 | 110000 | 1010101 | 110001 | 11010 | 1001010 | 11101 |
Color Harmonies of #814313
Complementary color
Monochromatic Colors of #814313
Black with #814313
Text Example
Text Example
White with #814313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814313; }
p { color: rgb(129,67,19); }
H1.HeaderClassName
{
color: #814313;
}
.AnyTagClassName
{
color: #814313;
}
</style>
background-color css
<style>
a { background-color: #814313; }
a { background-color: rgb(129,67,19); }
div.DivClassName
{
background-color: #814313;
}
.BgClassName
{
background-color: #814313;
}
</style>
border-color css
<style>
span { border-color: #814313; }
span { border-color: rgb(129,67,19); }
td.TdClassName
{
border-color: #814313;
}
.TagClassName
{
border-color: #814313;
}
</style>