Shades of Burnt Umber #9E341B
Tints of Burnt Umber #9E341B
RGB
CMYK
RGB Variations
Color information
#9E341B (or 0x9E341B) is known color: Burnt Umber. HEX triplet: 9E, 34 and 1B. RGB value is (158,52,27). Sum of RGB (Red+Green+Blue) = 158+52+27=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E341B is #61CBE4. Grayscale: #515151. Windows color (decimal): -6409189 or 1782942. OLE color: 1782942.
HSL color Cylindrical-coordinate representation of color #9E341B: hue angle of 11.45º 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 #9E341B is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 52 | 27 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.38 |
| HSL | 11.45º | 0.71% | 0.36% | - |
| HSV(B) | 11.45º | 0.83% | 0.62% | - |
| XYZ | 15.53 | 9.8 | 2.11 | - |
| YUV | 80.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 27 | 0 | 0.67 | 0.83 | 0.38 | 11.45 | 0.71 | 0.36 |
| Hex | 9E | 34 | 1B | 0 | 43 | 53 | 26 | B | 47 | 24 |
| Octal | 236 | 64 | 33 | 0 | 103 | 123 | 46 | 13 | 107 | 44 |
| Binary | 10011110 | 110100 | 11011 | 0 | 1000011 | 1010011 | 100110 | 1011 | 1000111 | 100100 |
Color Harmonies of #9E341B
Complementary color
Monochromatic Colors of #9E341B
Black with #9E341B
Text Example
Text Example
White with #9E341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E341B; }
p { color: rgb(158,52,27); }
H1.HeaderClassName
{
color: #9E341B;
}
.AnyTagClassName
{
color: #9E341B;
}
</style>
background-color css
<style>
a { background-color: #9E341B; }
a { background-color: rgb(158,52,27); }
div.DivClassName
{
background-color: #9E341B;
}
.BgClassName
{
background-color: #9E341B;
}
</style>
border-color css
<style>
span { border-color: #9E341B; }
span { border-color: rgb(158,52,27); }
td.TdClassName
{
border-color: #9E341B;
}
.TagClassName
{
border-color: #9E341B;
}
</style>