Shades of Burnt Umber #9E301B
Tints of Burnt Umber #9E301B
RGB
CMYK
RGB Variations
Color information
#9E301B (or 0x9E301B) is known color: Burnt Umber. HEX triplet: 9E, 30 and 1B. RGB value is (158,48,27). Sum of RGB (Red+Green+Blue) = 158+48+27=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E301B is #61CFE4. Grayscale: #4E4E4E. Windows color (decimal): -6410213 or 1781918. OLE color: 1781918.
HSL color Cylindrical-coordinate representation of color #9E301B: hue angle of 9.62º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E301B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 27 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.38 |
| HSL | 9.62º | 0.71% | 0.36% | - |
| HSV(B) | 9.62º | 0.83% | 0.62% | - |
| XYZ | 15.36 | 9.46 | 2.05 | - |
| YUV | 78.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 27 | 0 | 0.70 | 0.83 | 0.38 | 9.62 | 0.71 | 0.36 |
| Hex | 9E | 30 | 1B | 0 | 46 | 53 | 26 | A | 47 | 24 |
| Octal | 236 | 60 | 33 | 0 | 106 | 123 | 46 | 12 | 107 | 44 |
| Binary | 10011110 | 110000 | 11011 | 0 | 1000110 | 1010011 | 100110 | 1010 | 1000111 | 100100 |
Color Harmonies of #9E301B
Complementary color
Monochromatic Colors of #9E301B
Black with #9E301B
Text Example
Text Example
White with #9E301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E301B; }
p { color: rgb(158,48,27); }
H1.HeaderClassName
{
color: #9E301B;
}
.AnyTagClassName
{
color: #9E301B;
}
</style>
background-color css
<style>
a { background-color: #9E301B; }
a { background-color: rgb(158,48,27); }
div.DivClassName
{
background-color: #9E301B;
}
.BgClassName
{
background-color: #9E301B;
}
</style>
border-color css
<style>
span { border-color: #9E301B; }
span { border-color: rgb(158,48,27); }
td.TdClassName
{
border-color: #9E301B;
}
.TagClassName
{
border-color: #9E301B;
}
</style>