Shades of Burnt Umber #9F2D13
Tints of Burnt Umber #9F2D13
RGB
CMYK
RGB Variations
Color information
#9F2D13 (or 0x9F2D13) is known color: Burnt Umber. HEX triplet: 9F, 2D and 13. RGB value is (159,45,19). Sum of RGB (Red+Green+Blue) = 159+45+19=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2D13 is #60D2EC. Grayscale: #4C4C4C. Windows color (decimal): -6345453 or 1256863. OLE color: 1256863.
HSL color Cylindrical-coordinate representation of color #9F2D13: hue angle of 11.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F2D13 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 19 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.38 |
| HSL | 11.14º | 0.79% | 0.35% | - |
| HSV(B) | 11.14º | 0.88% | 0.62% | - |
| XYZ | 15.35 | 9.29 | 1.6 | - |
| YUV | 76.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 19 | 0 | 0.72 | 0.88 | 0.38 | 11.14 | 0.79 | 0.35 |
| Hex | 9F | 2D | 13 | 0 | 48 | 58 | 26 | B | 4F | 23 |
| Octal | 237 | 55 | 23 | 0 | 110 | 130 | 46 | 13 | 117 | 43 |
| Binary | 10011111 | 101101 | 10011 | 0 | 1001000 | 1011000 | 100110 | 1011 | 1001111 | 100011 |
Color Harmonies of #9F2D13
Complementary color
Monochromatic Colors of #9F2D13
Black with #9F2D13
Text Example
Text Example
White with #9F2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D13; }
p { color: rgb(159,45,19); }
H1.HeaderClassName
{
color: #9F2D13;
}
.AnyTagClassName
{
color: #9F2D13;
}
</style>
background-color css
<style>
a { background-color: #9F2D13; }
a { background-color: rgb(159,45,19); }
div.DivClassName
{
background-color: #9F2D13;
}
.BgClassName
{
background-color: #9F2D13;
}
</style>
border-color css
<style>
span { border-color: #9F2D13; }
span { border-color: rgb(159,45,19); }
td.TdClassName
{
border-color: #9F2D13;
}
.TagClassName
{
border-color: #9F2D13;
}
</style>