Shades of Burnt Umber #9B2808
Tints of Burnt Umber #9B2808
RGB
CMYK
RGB Variations
Color information
#9B2808 (or 0x9B2808) is known color: Burnt Umber. HEX triplet: 9B, 28 and 08. RGB value is (155,40,8). Sum of RGB (Red+Green+Blue) = 155+40+8=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2808 is #64D7F7. Grayscale: #464646. Windows color (decimal): -6608888 or 534683. OLE color: 534683.
HSL color Cylindrical-coordinate representation of color #9B2808: hue angle of 13.06º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B2808 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.39 |
| HSL | 13.06º | 0.9% | 0.32% | - |
| HSV(B) | 13.06º | 0.95% | 0.61% | - |
| XYZ | 14.32 | 8.5 | 1.12 | - |
| YUV | 70.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 8 | 0 | 0.74 | 0.95 | 0.39 | 13.06 | 0.9 | 0.32 |
| Hex | 9B | 28 | 8 | 0 | 4A | 5F | 27 | D | 5A | 20 |
| Octal | 233 | 50 | 10 | 0 | 112 | 137 | 47 | 15 | 132 | 40 |
| Binary | 10011011 | 101000 | 1000 | 0 | 1001010 | 1011111 | 100111 | 1101 | 1011010 | 100000 |
Color Harmonies of #9B2808
Complementary color
Monochromatic Colors of #9B2808
Black with #9B2808
Text Example
Text Example
White with #9B2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2808; }
p { color: rgb(155,40,8); }
H1.HeaderClassName
{
color: #9B2808;
}
.AnyTagClassName
{
color: #9B2808;
}
</style>
background-color css
<style>
a { background-color: #9B2808; }
a { background-color: rgb(155,40,8); }
div.DivClassName
{
background-color: #9B2808;
}
.BgClassName
{
background-color: #9B2808;
}
</style>
border-color css
<style>
span { border-color: #9B2808; }
span { border-color: rgb(155,40,8); }
td.TdClassName
{
border-color: #9B2808;
}
.TagClassName
{
border-color: #9B2808;
}
</style>