Shades of Russet #814B19
Tints of Russet #814B19
RGB
CMYK
RGB Variations
Color information
#814B19 (or 0x814B19) is known color: Russet. HEX triplet: 81, 4B and 19. RGB value is (129,75,25). Sum of RGB (Red+Green+Blue) = 129+75+25=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #814B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814B19 is #7EB4E6. Grayscale: #555555. Windows color (decimal): -8303847 or 1657729. OLE color: 1657729.
HSL color Cylindrical-coordinate representation of color #814B19: hue angle of 28.85º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814B19 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 25 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.49 |
| HSL | 28.85º | 0.68% | 0.3% | - |
| HSV(B) | 28.85º | 0.81% | 0.51% | - |
| XYZ | 11.74 | 9.77 | 2.19 | - |
| YUV | 85.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 25 | 0 | 0.42 | 0.81 | 0.49 | 28.85 | 0.68 | 0.3 |
| Hex | 81 | 4B | 19 | 0 | 2A | 51 | 31 | 1D | 44 | 1E |
| Octal | 201 | 113 | 31 | 0 | 52 | 121 | 61 | 35 | 104 | 36 |
| Binary | 10000001 | 1001011 | 11001 | 0 | 101010 | 1010001 | 110001 | 11101 | 1000100 | 11110 |
Color Harmonies of #814B19
Complementary color
Monochromatic Colors of #814B19
Black with #814B19
Text Example
Text Example
White with #814B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B19; }
p { color: rgb(129,75,25); }
H1.HeaderClassName
{
color: #814B19;
}
.AnyTagClassName
{
color: #814B19;
}
</style>
background-color css
<style>
a { background-color: #814B19; }
a { background-color: rgb(129,75,25); }
div.DivClassName
{
background-color: #814B19;
}
.BgClassName
{
background-color: #814B19;
}
</style>
border-color css
<style>
span { border-color: #814B19; }
span { border-color: rgb(129,75,25); }
td.TdClassName
{
border-color: #814B19;
}
.TagClassName
{
border-color: #814B19;
}
</style>