Shades of Burnt Umber #9B3113
Tints of Burnt Umber #9B3113
RGB
CMYK
RGB Variations
Color information
#9B3113 (or 0x9B3113) is known color: Burnt Umber. HEX triplet: 9B, 31 and 13. RGB value is (155,49,19). Sum of RGB (Red+Green+Blue) = 155+49+19=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3113 is #64CEEC. Grayscale: #4D4D4D. Windows color (decimal): -6606573 or 1257883. OLE color: 1257883.
HSL color Cylindrical-coordinate representation of color #9B3113: hue angle of 13.24º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B3113 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 19 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.39 |
| HSL | 13.24º | 0.78% | 0.34% | - |
| HSV(B) | 13.24º | 0.88% | 0.61% | - |
| XYZ | 14.73 | 9.21 | 1.62 | - |
| YUV | 77.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 19 | 0 | 0.68 | 0.88 | 0.39 | 13.24 | 0.78 | 0.34 |
| Hex | 9B | 31 | 13 | 0 | 44 | 58 | 27 | D | 4E | 22 |
| Octal | 233 | 61 | 23 | 0 | 104 | 130 | 47 | 15 | 116 | 42 |
| Binary | 10011011 | 110001 | 10011 | 0 | 1000100 | 1011000 | 100111 | 1101 | 1001110 | 100010 |
Color Harmonies of #9B3113
Complementary color
Monochromatic Colors of #9B3113
Black with #9B3113
Text Example
Text Example
White with #9B3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3113; }
p { color: rgb(155,49,19); }
H1.HeaderClassName
{
color: #9B3113;
}
.AnyTagClassName
{
color: #9B3113;
}
</style>
background-color css
<style>
a { background-color: #9B3113; }
a { background-color: rgb(155,49,19); }
div.DivClassName
{
background-color: #9B3113;
}
.BgClassName
{
background-color: #9B3113;
}
</style>
border-color css
<style>
span { border-color: #9B3113; }
span { border-color: rgb(155,49,19); }
td.TdClassName
{
border-color: #9B3113;
}
.TagClassName
{
border-color: #9B3113;
}
</style>