Shades of Burnt Umber #9B300F
Tints of Burnt Umber #9B300F
RGB
CMYK
RGB Variations
Color information
#9B300F (or 0x9B300F) is known color: Burnt Umber. HEX triplet: 9B, 30 and 0F. RGB value is (155,48,15). Sum of RGB (Red+Green+Blue) = 155+48+15=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B300F is #64CFF0. Grayscale: #4C4C4C. Windows color (decimal): -6606833 or 995483. OLE color: 995483.
HSL color Cylindrical-coordinate representation of color #9B300F: hue angle of 14.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B300F is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 15 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.39 |
| HSL | 14.14º | 0.82% | 0.33% | - |
| HSV(B) | 14.14º | 0.9% | 0.61% | - |
| XYZ | 14.66 | 9.12 | 1.44 | - |
| YUV | 76.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 15 | 0 | 0.69 | 0.90 | 0.39 | 14.14 | 0.82 | 0.33 |
| Hex | 9B | 30 | F | 0 | 45 | 5A | 27 | E | 52 | 21 |
| Octal | 233 | 60 | 17 | 0 | 105 | 132 | 47 | 16 | 122 | 41 |
| Binary | 10011011 | 110000 | 1111 | 0 | 1000101 | 1011010 | 100111 | 1110 | 1010010 | 100001 |
Color Harmonies of #9B300F
Complementary color
Monochromatic Colors of #9B300F
Black with #9B300F
Text Example
Text Example
White with #9B300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B300F; }
p { color: rgb(155,48,15); }
H1.HeaderClassName
{
color: #9B300F;
}
.AnyTagClassName
{
color: #9B300F;
}
</style>
background-color css
<style>
a { background-color: #9B300F; }
a { background-color: rgb(155,48,15); }
div.DivClassName
{
background-color: #9B300F;
}
.BgClassName
{
background-color: #9B300F;
}
</style>
border-color css
<style>
span { border-color: #9B300F; }
span { border-color: rgb(155,48,15); }
td.TdClassName
{
border-color: #9B300F;
}
.TagClassName
{
border-color: #9B300F;
}
</style>