Shades of Burnt Umber #992F1B
Tints of Burnt Umber #992F1B
RGB
CMYK
RGB Variations
Color information
#992F1B (or 0x992F1B) is known color: Burnt Umber. HEX triplet: 99, 2F and 1B. RGB value is (153,47,27). Sum of RGB (Red+Green+Blue) = 153+47+27=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F1B is #66D0E4. Grayscale: #4C4C4C. Windows color (decimal): -6738149 or 1781657. OLE color: 1781657.
HSL color Cylindrical-coordinate representation of color #992F1B: hue angle of 9.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992F1B is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 27 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.4 |
| HSL | 9.52º | 0.7% | 0.35% | - |
| HSV(B) | 9.52º | 0.82% | 0.6% | - |
| XYZ | 14.35 | 8.88 | 2 | - |
| YUV | 76.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 27 | 0 | 0.69 | 0.82 | 0.4 | 9.52 | 0.7 | 0.35 |
| Hex | 99 | 2F | 1B | 0 | 45 | 52 | 28 | A | 46 | 23 |
| Octal | 231 | 57 | 33 | 0 | 105 | 122 | 50 | 12 | 106 | 43 |
| Binary | 10011001 | 101111 | 11011 | 0 | 1000101 | 1010010 | 101000 | 1010 | 1000110 | 100011 |
Color Harmonies of #992F1B
Complementary color
Monochromatic Colors of #992F1B
Black with #992F1B
Text Example
Text Example
White with #992F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F1B; }
p { color: rgb(153,47,27); }
H1.HeaderClassName
{
color: #992F1B;
}
.AnyTagClassName
{
color: #992F1B;
}
</style>
background-color css
<style>
a { background-color: #992F1B; }
a { background-color: rgb(153,47,27); }
div.DivClassName
{
background-color: #992F1B;
}
.BgClassName
{
background-color: #992F1B;
}
</style>
border-color css
<style>
span { border-color: #992F1B; }
span { border-color: rgb(153,47,27); }
td.TdClassName
{
border-color: #992F1B;
}
.TagClassName
{
border-color: #992F1B;
}
</style>