Shades of Burnt Umber #992C1D
Tints of Burnt Umber #992C1D
RGB
CMYK
RGB Variations
Color information
#992C1D (or 0x992C1D) is known color: Burnt Umber. HEX triplet: 99, 2C and 1D. RGB value is (153,44,29). Sum of RGB (Red+Green+Blue) = 153+44+29=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #992C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C1D is #66D3E2. Grayscale: #4B4B4B. Windows color (decimal): -6738915 or 1911961. OLE color: 1911961.
HSL color Cylindrical-coordinate representation of color #992C1D: hue angle of 7.26º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992C1D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 29 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.4 |
| HSL | 7.26º | 0.68% | 0.36% | - |
| HSV(B) | 7.26º | 0.81% | 0.6% | - |
| XYZ | 14.26 | 8.66 | 2.08 | - |
| YUV | 74.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 29 | 0 | 0.71 | 0.81 | 0.4 | 7.26 | 0.68 | 0.36 |
| Hex | 99 | 2C | 1D | 0 | 47 | 51 | 28 | 7 | 44 | 24 |
| Octal | 231 | 54 | 35 | 0 | 107 | 121 | 50 | 7 | 104 | 44 |
| Binary | 10011001 | 101100 | 11101 | 0 | 1000111 | 1010001 | 101000 | 111 | 1000100 | 100100 |
Color Harmonies of #992C1D
Complementary color
Monochromatic Colors of #992C1D
Black with #992C1D
Text Example
Text Example
White with #992C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C1D; }
p { color: rgb(153,44,29); }
H1.HeaderClassName
{
color: #992C1D;
}
.AnyTagClassName
{
color: #992C1D;
}
</style>
background-color css
<style>
a { background-color: #992C1D; }
a { background-color: rgb(153,44,29); }
div.DivClassName
{
background-color: #992C1D;
}
.BgClassName
{
background-color: #992C1D;
}
</style>
border-color css
<style>
span { border-color: #992C1D; }
span { border-color: rgb(153,44,29); }
td.TdClassName
{
border-color: #992C1D;
}
.TagClassName
{
border-color: #992C1D;
}
</style>