Shades of Raw Umber #814A0D
Tints of Raw Umber #814A0D
RGB
CMYK
RGB Variations
Color information
#814A0D (or 0x814A0D) is known color: Raw Umber. HEX triplet: 81, 4A and 0D. RGB value is (129,74,13). Sum of RGB (Red+Green+Blue) = 129+74+13=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814A0D is #7EB5F2. Grayscale: #535353. Windows color (decimal): -8304115 or 871041. OLE color: 871041.
HSL color Cylindrical-coordinate representation of color #814A0D: hue angle of 31.55º 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 #814A0D is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 13 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.49 |
| HSL | 31.55º | 0.82% | 0.28% | - |
| HSV(B) | 31.55º | 0.9% | 0.51% | - |
| XYZ | 11.57 | 9.59 | 1.62 | - |
| YUV | 83.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 13 | 0 | 0.43 | 0.90 | 0.49 | 31.55 | 0.82 | 0.28 |
| Hex | 81 | 4A | D | 0 | 2B | 5A | 31 | 20 | 52 | 1C |
| Octal | 201 | 112 | 15 | 0 | 53 | 132 | 61 | 40 | 122 | 34 |
| Binary | 10000001 | 1001010 | 1101 | 0 | 101011 | 1011010 | 110001 | 100000 | 1010010 | 11100 |
Color Harmonies of #814A0D
Complementary color
Monochromatic Colors of #814A0D
Black with #814A0D
Text Example
Text Example
White with #814A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A0D; }
p { color: rgb(129,74,13); }
H1.HeaderClassName
{
color: #814A0D;
}
.AnyTagClassName
{
color: #814A0D;
}
</style>
background-color css
<style>
a { background-color: #814A0D; }
a { background-color: rgb(129,74,13); }
div.DivClassName
{
background-color: #814A0D;
}
.BgClassName
{
background-color: #814A0D;
}
</style>
border-color css
<style>
span { border-color: #814A0D; }
span { border-color: rgb(129,74,13); }
td.TdClassName
{
border-color: #814A0D;
}
.TagClassName
{
border-color: #814A0D;
}
</style>