Shades of Burnt Umber #9B2E1E
Tints of Burnt Umber #9B2E1E
RGB
CMYK
RGB Variations
Color information
#9B2E1E (or 0x9B2E1E) is known color: Burnt Umber. HEX triplet: 9B, 2E and 1E. RGB value is (155,46,30). Sum of RGB (Red+Green+Blue) = 155+46+30=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E1E is #64D1E1. Grayscale: #4C4C4C. Windows color (decimal): -6607330 or 1978011. OLE color: 1978011.
HSL color Cylindrical-coordinate representation of color #9B2E1E: hue angle of 7.68º 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 #9B2E1E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 46 | 30 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.39 |
| HSL | 7.68º | 0.68% | 0.36% | - |
| HSV(B) | 7.68º | 0.81% | 0.61% | - |
| XYZ | 14.73 | 9.02 | 2.19 | - |
| YUV | 76.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 46 | 30 | 0 | 0.70 | 0.81 | 0.39 | 7.68 | 0.68 | 0.36 |
| Hex | 9B | 2E | 1E | 0 | 46 | 51 | 27 | 8 | 44 | 24 |
| Octal | 233 | 56 | 36 | 0 | 106 | 121 | 47 | 10 | 104 | 44 |
| Binary | 10011011 | 101110 | 11110 | 0 | 1000110 | 1010001 | 100111 | 1000 | 1000100 | 100100 |
Color Harmonies of #9B2E1E
Complementary color
Monochromatic Colors of #9B2E1E
Black with #9B2E1E
Text Example
Text Example
White with #9B2E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2E1E; }
p { color: rgb(155,46,30); }
H1.HeaderClassName
{
color: #9B2E1E;
}
.AnyTagClassName
{
color: #9B2E1E;
}
</style>
background-color css
<style>
a { background-color: #9B2E1E; }
a { background-color: rgb(155,46,30); }
div.DivClassName
{
background-color: #9B2E1E;
}
.BgClassName
{
background-color: #9B2E1E;
}
</style>
border-color css
<style>
span { border-color: #9B2E1E; }
span { border-color: rgb(155,46,30); }
td.TdClassName
{
border-color: #9B2E1E;
}
.TagClassName
{
border-color: #9B2E1E;
}
</style>