Shades of Burnt Umber #9F3313
Tints of Burnt Umber #9F3313
RGB
CMYK
RGB Variations
Color information
#9F3313 (or 0x9F3313) is known color: Burnt Umber. HEX triplet: 9F, 33 and 13. RGB value is (159,51,19). Sum of RGB (Red+Green+Blue) = 159+51+19=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3313 is #60CCEC. Grayscale: #4F4F4F. Windows color (decimal): -6343917 or 1258399. OLE color: 1258399.
HSL color Cylindrical-coordinate representation of color #9F3313: hue angle of 13.71º 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 #9F3313 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 19 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.38 |
| HSL | 13.71º | 0.79% | 0.35% | - |
| HSV(B) | 13.71º | 0.88% | 0.62% | - |
| XYZ | 15.6 | 9.79 | 1.68 | - |
| YUV | 79.64 | 93.78 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 19 | 0 | 0.68 | 0.88 | 0.38 | 13.71 | 0.79 | 0.35 |
| Hex | 9F | 33 | 13 | 0 | 44 | 58 | 26 | E | 4F | 23 |
| Octal | 237 | 63 | 23 | 0 | 104 | 130 | 46 | 16 | 117 | 43 |
| Binary | 10011111 | 110011 | 10011 | 0 | 1000100 | 1011000 | 100110 | 1110 | 1001111 | 100011 |
Color Harmonies of #9F3313
Complementary color
Monochromatic Colors of #9F3313
Black with #9F3313
Text Example
Text Example
White with #9F3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3313; }
p { color: rgb(159,51,19); }
H1.HeaderClassName
{
color: #9F3313;
}
.AnyTagClassName
{
color: #9F3313;
}
</style>
background-color css
<style>
a { background-color: #9F3313; }
a { background-color: rgb(159,51,19); }
div.DivClassName
{
background-color: #9F3313;
}
.BgClassName
{
background-color: #9F3313;
}
</style>
border-color css
<style>
span { border-color: #9F3313; }
span { border-color: rgb(159,51,19); }
td.TdClassName
{
border-color: #9F3313;
}
.TagClassName
{
border-color: #9F3313;
}
</style>