Shades of Burnt Umber #993412
Tints of Burnt Umber #993412
RGB
CMYK
RGB Variations
Color information
#993412 (or 0x993412) is known color: Burnt Umber. HEX triplet: 99, 34 and 12. RGB value is (153,52,18). Sum of RGB (Red+Green+Blue) = 153+52+18=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993412 is #66CBED. Grayscale: #4E4E4E. Windows color (decimal): -6736878 or 1193113. OLE color: 1193113.
HSL color Cylindrical-coordinate representation of color #993412: hue angle of 15.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993412 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 18 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.4 |
| HSL | 15.11º | 0.79% | 0.34% | - |
| HSV(B) | 15.11º | 0.88% | 0.6% | - |
| XYZ | 14.47 | 9.27 | 1.6 | - |
| YUV | 78.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 18 | 0 | 0.66 | 0.88 | 0.4 | 15.11 | 0.79 | 0.34 |
| Hex | 99 | 34 | 12 | 0 | 42 | 58 | 28 | F | 4F | 22 |
| Octal | 231 | 64 | 22 | 0 | 102 | 130 | 50 | 17 | 117 | 42 |
| Binary | 10011001 | 110100 | 10010 | 0 | 1000010 | 1011000 | 101000 | 1111 | 1001111 | 100010 |
Color Harmonies of #993412
Complementary color
Monochromatic Colors of #993412
Black with #993412
Text Example
Text Example
White with #993412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993412; }
p { color: rgb(153,52,18); }
H1.HeaderClassName
{
color: #993412;
}
.AnyTagClassName
{
color: #993412;
}
</style>
background-color css
<style>
a { background-color: #993412; }
a { background-color: rgb(153,52,18); }
div.DivClassName
{
background-color: #993412;
}
.BgClassName
{
background-color: #993412;
}
</style>
border-color css
<style>
span { border-color: #993412; }
span { border-color: rgb(153,52,18); }
td.TdClassName
{
border-color: #993412;
}
.TagClassName
{
border-color: #993412;
}
</style>