Shades of Russet #814B1A
Tints of Russet #814B1A
RGB
CMYK
RGB Variations
Color information
#814B1A (or 0x814B1A) is known color: Russet. HEX triplet: 81, 4B and 1A. RGB value is (129,75,26). Sum of RGB (Red+Green+Blue) = 129+75+26=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B1A is #7EB4E5. Grayscale: #555555. Windows color (decimal): -8303846 or 1723265. OLE color: 1723265.
HSL color Cylindrical-coordinate representation of color #814B1A: hue angle of 28.54º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #814B1A is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 26 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.49 |
| HSL | 28.54º | 0.66% | 0.3% | - |
| HSV(B) | 28.54º | 0.8% | 0.51% | - |
| XYZ | 11.76 | 9.77 | 2.24 | - |
| YUV | 85.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 26 | 0 | 0.42 | 0.80 | 0.49 | 28.54 | 0.66 | 0.3 |
| Hex | 81 | 4B | 1A | 0 | 2A | 50 | 31 | 1D | 42 | 1E |
| Octal | 201 | 113 | 32 | 0 | 52 | 120 | 61 | 35 | 102 | 36 |
| Binary | 10000001 | 1001011 | 11010 | 0 | 101010 | 1010000 | 110001 | 11101 | 1000010 | 11110 |
Color Harmonies of #814B1A
Complementary color
Monochromatic Colors of #814B1A
Black with #814B1A
Text Example
Text Example
White with #814B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B1A; }
p { color: rgb(129,75,26); }
H1.HeaderClassName
{
color: #814B1A;
}
.AnyTagClassName
{
color: #814B1A;
}
</style>
background-color css
<style>
a { background-color: #814B1A; }
a { background-color: rgb(129,75,26); }
div.DivClassName
{
background-color: #814B1A;
}
.BgClassName
{
background-color: #814B1A;
}
</style>
border-color css
<style>
span { border-color: #814B1A; }
span { border-color: rgb(129,75,26); }
td.TdClassName
{
border-color: #814B1A;
}
.TagClassName
{
border-color: #814B1A;
}
</style>