Shades of Raw Umber #814B0D
Tints of Raw Umber #814B0D
RGB
CMYK
RGB Variations
Color information
#814B0D (or 0x814B0D) is known color: Raw Umber. HEX triplet: 81, 4B and 0D. RGB value is (129,75,13). Sum of RGB (Red+Green+Blue) = 129+75+13=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814B0D is #7EB4F2. Grayscale: #545454. Windows color (decimal): -8303859 or 871297. OLE color: 871297.
HSL color Cylindrical-coordinate representation of color #814B0D: hue angle of 32.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #814B0D is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 13 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.49 |
| HSL | 32.07º | 0.82% | 0.28% | - |
| HSV(B) | 32.07º | 0.9% | 0.51% | - |
| XYZ | 11.64 | 9.73 | 1.64 | - |
| YUV | 84.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 13 | 0 | 0.42 | 0.90 | 0.49 | 32.07 | 0.82 | 0.28 |
| Hex | 81 | 4B | D | 0 | 2A | 5A | 31 | 20 | 52 | 1C |
| Octal | 201 | 113 | 15 | 0 | 52 | 132 | 61 | 40 | 122 | 34 |
| Binary | 10000001 | 1001011 | 1101 | 0 | 101010 | 1011010 | 110001 | 100000 | 1010010 | 11100 |
Color Harmonies of #814B0D
Complementary color
Monochromatic Colors of #814B0D
Black with #814B0D
Text Example
Text Example
White with #814B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B0D; }
p { color: rgb(129,75,13); }
H1.HeaderClassName
{
color: #814B0D;
}
.AnyTagClassName
{
color: #814B0D;
}
</style>
background-color css
<style>
a { background-color: #814B0D; }
a { background-color: rgb(129,75,13); }
div.DivClassName
{
background-color: #814B0D;
}
.BgClassName
{
background-color: #814B0D;
}
</style>
border-color css
<style>
span { border-color: #814B0D; }
span { border-color: rgb(129,75,13); }
td.TdClassName
{
border-color: #814B0D;
}
.TagClassName
{
border-color: #814B0D;
}
</style>