Shades of Burnt Umber #9F331C
Tints of Burnt Umber #9F331C
RGB
CMYK
RGB Variations
Color information
#9F331C (or 0x9F331C) is known color: Burnt Umber. HEX triplet: 9F, 33 and 1C. RGB value is (159,51,28). Sum of RGB (Red+Green+Blue) = 159+51+28=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F331C is #60CCE3. Grayscale: #505050. Windows color (decimal): -6343908 or 1848223. OLE color: 1848223.
HSL color Cylindrical-coordinate representation of color #9F331C: hue angle of 10.53º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F331C is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 28 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.38 |
| HSL | 10.53º | 0.7% | 0.37% | - |
| HSV(B) | 10.53º | 0.82% | 0.62% | - |
| XYZ | 15.69 | 9.82 | 2.17 | - |
| YUV | 80.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 28 | 0 | 0.68 | 0.82 | 0.38 | 10.53 | 0.7 | 0.37 |
| Hex | 9F | 33 | 1C | 0 | 44 | 52 | 26 | B | 46 | 25 |
| Octal | 237 | 63 | 34 | 0 | 104 | 122 | 46 | 13 | 106 | 45 |
| Binary | 10011111 | 110011 | 11100 | 0 | 1000100 | 1010010 | 100110 | 1011 | 1000110 | 100101 |
Color Harmonies of #9F331C
Complementary color
Monochromatic Colors of #9F331C
Black with #9F331C
Text Example
Text Example
White with #9F331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F331C; }
p { color: rgb(159,51,28); }
H1.HeaderClassName
{
color: #9F331C;
}
.AnyTagClassName
{
color: #9F331C;
}
</style>
background-color css
<style>
a { background-color: #9F331C; }
a { background-color: rgb(159,51,28); }
div.DivClassName
{
background-color: #9F331C;
}
.BgClassName
{
background-color: #9F331C;
}
</style>
border-color css
<style>
span { border-color: #9F331C; }
span { border-color: rgb(159,51,28); }
td.TdClassName
{
border-color: #9F331C;
}
.TagClassName
{
border-color: #9F331C;
}
</style>