Shades of Burnt Umber #9B2D1B
Tints of Burnt Umber #9B2D1B
RGB
CMYK
RGB Variations
Color information
#9B2D1B (or 0x9B2D1B) is known color: Burnt Umber. HEX triplet: 9B, 2D and 1B. RGB value is (155,45,27). Sum of RGB (Red+Green+Blue) = 155+45+27=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D1B is #64D2E4. Grayscale: #4C4C4C. Windows color (decimal): -6607589 or 1781147. OLE color: 1781147.
HSL color Cylindrical-coordinate representation of color #9B2D1B: hue angle of 8.44º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B2D1B is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 27 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.39 |
| HSL | 8.44º | 0.7% | 0.36% | - |
| HSV(B) | 8.44º | 0.83% | 0.61% | - |
| XYZ | 14.65 | 8.92 | 1.99 | - |
| YUV | 75.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 27 | 0 | 0.71 | 0.83 | 0.39 | 8.44 | 0.7 | 0.36 |
| Hex | 9B | 2D | 1B | 0 | 47 | 53 | 27 | 8 | 46 | 24 |
| Octal | 233 | 55 | 33 | 0 | 107 | 123 | 47 | 10 | 106 | 44 |
| Binary | 10011011 | 101101 | 11011 | 0 | 1000111 | 1010011 | 100111 | 1000 | 1000110 | 100100 |
Color Harmonies of #9B2D1B
Complementary color
Monochromatic Colors of #9B2D1B
Black with #9B2D1B
Text Example
Text Example
White with #9B2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D1B; }
p { color: rgb(155,45,27); }
H1.HeaderClassName
{
color: #9B2D1B;
}
.AnyTagClassName
{
color: #9B2D1B;
}
</style>
background-color css
<style>
a { background-color: #9B2D1B; }
a { background-color: rgb(155,45,27); }
div.DivClassName
{
background-color: #9B2D1B;
}
.BgClassName
{
background-color: #9B2D1B;
}
</style>
border-color css
<style>
span { border-color: #9B2D1B; }
span { border-color: rgb(155,45,27); }
td.TdClassName
{
border-color: #9B2D1B;
}
.TagClassName
{
border-color: #9B2D1B;
}
</style>