Shades of Burnt Umber #9F341E
Tints of Burnt Umber #9F341E
RGB
CMYK
RGB Variations
Color information
#9F341E (or 0x9F341E) is known color: Burnt Umber. HEX triplet: 9F, 34 and 1E. RGB value is (159,52,30). Sum of RGB (Red+Green+Blue) = 159+52+30=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F341E is #60CBE1. Grayscale: #515151. Windows color (decimal): -6343650 or 1979551. OLE color: 1979551.
HSL color Cylindrical-coordinate representation of color #9F341E: hue angle of 10.23º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F341E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 30 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.38 |
| HSL | 10.23º | 0.68% | 0.37% | - |
| HSV(B) | 10.23º | 0.81% | 0.62% | - |
| XYZ | 15.76 | 9.92 | 2.31 | - |
| YUV | 81.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 30 | 0 | 0.67 | 0.81 | 0.38 | 10.23 | 0.68 | 0.37 |
| Hex | 9F | 34 | 1E | 0 | 43 | 51 | 26 | A | 44 | 25 |
| Octal | 237 | 64 | 36 | 0 | 103 | 121 | 46 | 12 | 104 | 45 |
| Binary | 10011111 | 110100 | 11110 | 0 | 1000011 | 1010001 | 100110 | 1010 | 1000100 | 100101 |
Color Harmonies of #9F341E
Complementary color
Monochromatic Colors of #9F341E
Black with #9F341E
Text Example
Text Example
White with #9F341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F341E; }
p { color: rgb(159,52,30); }
H1.HeaderClassName
{
color: #9F341E;
}
.AnyTagClassName
{
color: #9F341E;
}
</style>
background-color css
<style>
a { background-color: #9F341E; }
a { background-color: rgb(159,52,30); }
div.DivClassName
{
background-color: #9F341E;
}
.BgClassName
{
background-color: #9F341E;
}
</style>
border-color css
<style>
span { border-color: #9F341E; }
span { border-color: rgb(159,52,30); }
td.TdClassName
{
border-color: #9F341E;
}
.TagClassName
{
border-color: #9F341E;
}
</style>