Shades of Burnt Umber #9B301C
Tints of Burnt Umber #9B301C
RGB
CMYK
RGB Variations
Color information
#9B301C (or 0x9B301C) is known color: Burnt Umber. HEX triplet: 9B, 30 and 1C. RGB value is (155,48,28). Sum of RGB (Red+Green+Blue) = 155+48+28=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B301C is #64CFE3. Grayscale: #4D4D4D. Windows color (decimal): -6606820 or 1847451. OLE color: 1847451.
HSL color Cylindrical-coordinate representation of color #9B301C: hue angle of 9.45º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B301C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 48 | 28 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.39 |
| HSL | 9.45º | 0.69% | 0.36% | - |
| HSV(B) | 9.45º | 0.82% | 0.61% | - |
| XYZ | 14.78 | 9.17 | 2.09 | - |
| YUV | 77.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 48 | 28 | 0 | 0.69 | 0.82 | 0.39 | 9.45 | 0.69 | 0.36 |
| Hex | 9B | 30 | 1C | 0 | 45 | 52 | 27 | 9 | 45 | 24 |
| Octal | 233 | 60 | 34 | 0 | 105 | 122 | 47 | 11 | 105 | 44 |
| Binary | 10011011 | 110000 | 11100 | 0 | 1000101 | 1010010 | 100111 | 1001 | 1000101 | 100100 |
Color Harmonies of #9B301C
Complementary color
Monochromatic Colors of #9B301C
Black with #9B301C
Text Example
Text Example
White with #9B301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B301C; }
p { color: rgb(155,48,28); }
H1.HeaderClassName
{
color: #9B301C;
}
.AnyTagClassName
{
color: #9B301C;
}
</style>
background-color css
<style>
a { background-color: #9B301C; }
a { background-color: rgb(155,48,28); }
div.DivClassName
{
background-color: #9B301C;
}
.BgClassName
{
background-color: #9B301C;
}
</style>
border-color css
<style>
span { border-color: #9B301C; }
span { border-color: rgb(155,48,28); }
td.TdClassName
{
border-color: #9B301C;
}
.TagClassName
{
border-color: #9B301C;
}
</style>