Shades of Burnt Umber #992F1A
Tints of Burnt Umber #992F1A
RGB
CMYK
RGB Variations
Color information
#992F1A (or 0x992F1A) is known color: Burnt Umber. HEX triplet: 99, 2F and 1A. RGB value is (153,47,26). Sum of RGB (Red+Green+Blue) = 153+47+26=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #992F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F1A is #66D0E5. Grayscale: #4C4C4C. Windows color (decimal): -6738150 or 1716121. OLE color: 1716121.
HSL color Cylindrical-coordinate representation of color #992F1A: hue angle of 9.92º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992F1A is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 26 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.4 |
| HSL | 9.92º | 0.71% | 0.35% | - |
| HSV(B) | 9.92º | 0.83% | 0.6% | - |
| XYZ | 14.34 | 8.88 | 1.94 | - |
| YUV | 76.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 26 | 0 | 0.69 | 0.83 | 0.4 | 9.92 | 0.71 | 0.35 |
| Hex | 99 | 2F | 1A | 0 | 45 | 53 | 28 | A | 47 | 23 |
| Octal | 231 | 57 | 32 | 0 | 105 | 123 | 50 | 12 | 107 | 43 |
| Binary | 10011001 | 101111 | 11010 | 0 | 1000101 | 1010011 | 101000 | 1010 | 1000111 | 100011 |
Color Harmonies of #992F1A
Complementary color
Monochromatic Colors of #992F1A
Black with #992F1A
Text Example
Text Example
White with #992F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F1A; }
p { color: rgb(153,47,26); }
H1.HeaderClassName
{
color: #992F1A;
}
.AnyTagClassName
{
color: #992F1A;
}
</style>
background-color css
<style>
a { background-color: #992F1A; }
a { background-color: rgb(153,47,26); }
div.DivClassName
{
background-color: #992F1A;
}
.BgClassName
{
background-color: #992F1A;
}
</style>
border-color css
<style>
span { border-color: #992F1A; }
span { border-color: rgb(153,47,26); }
td.TdClassName
{
border-color: #992F1A;
}
.TagClassName
{
border-color: #992F1A;
}
</style>