Shades of Burnt Umber #9B311D
Tints of Burnt Umber #9B311D
RGB
CMYK
RGB Variations
Color information
#9B311D (or 0x9B311D) is known color: Burnt Umber. HEX triplet: 9B, 31 and 1D. RGB value is (155,49,29). Sum of RGB (Red+Green+Blue) = 155+49+29=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B311D is #64CEE2. Grayscale: #4E4E4E. Windows color (decimal): -6606563 or 1913243. OLE color: 1913243.
HSL color Cylindrical-coordinate representation of color #9B311D: hue angle of 9.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B311D is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 29 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.39 |
| HSL | 9.52º | 0.68% | 0.36% | - |
| HSV(B) | 9.52º | 0.81% | 0.61% | - |
| XYZ | 14.84 | 9.25 | 2.17 | - |
| YUV | 78.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 29 | 0 | 0.68 | 0.81 | 0.39 | 9.52 | 0.68 | 0.36 |
| Hex | 9B | 31 | 1D | 0 | 44 | 51 | 27 | A | 44 | 24 |
| Octal | 233 | 61 | 35 | 0 | 104 | 121 | 47 | 12 | 104 | 44 |
| Binary | 10011011 | 110001 | 11101 | 0 | 1000100 | 1010001 | 100111 | 1010 | 1000100 | 100100 |
Color Harmonies of #9B311D
Complementary color
Monochromatic Colors of #9B311D
Black with #9B311D
Text Example
Text Example
White with #9B311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B311D; }
p { color: rgb(155,49,29); }
H1.HeaderClassName
{
color: #9B311D;
}
.AnyTagClassName
{
color: #9B311D;
}
</style>
background-color css
<style>
a { background-color: #9B311D; }
a { background-color: rgb(155,49,29); }
div.DivClassName
{
background-color: #9B311D;
}
.BgClassName
{
background-color: #9B311D;
}
</style>
border-color css
<style>
span { border-color: #9B311D; }
span { border-color: rgb(155,49,29); }
td.TdClassName
{
border-color: #9B311D;
}
.TagClassName
{
border-color: #9B311D;
}
</style>