Shades of Burnt Umber #9A2D1B
Tints of Burnt Umber #9A2D1B
RGB
CMYK
RGB Variations
Color information
#9A2D1B (or 0x9A2D1B) is known color: Burnt Umber. HEX triplet: 9A, 2D and 1B. RGB value is (154,45,27). Sum of RGB (Red+Green+Blue) = 154+45+27=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2D1B is #65D2E4. Grayscale: #4B4B4B. Windows color (decimal): -6673125 or 1781146. OLE color: 1781146.
HSL color Cylindrical-coordinate representation of color #9A2D1B: hue angle of 8.5º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A2D1B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 45 | 27 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.40 |
| HSL | 8.5º | 0.7% | 0.35% | - |
| HSV(B) | 8.5º | 0.82% | 0.6% | - |
| XYZ | 14.46 | 8.83 | 1.98 | - |
| YUV | 75.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 27 | 0 | 0.71 | 0.82 | 0.40 | 8.5 | 0.7 | 0.35 |
| Hex | 9A | 2D | 1B | 0 | 47 | 52 | 28 | 9 | 46 | 23 |
| Octal | 232 | 55 | 33 | 0 | 107 | 122 | 50 | 11 | 106 | 43 |
| Binary | 10011010 | 101101 | 11011 | 0 | 1000111 | 1010010 | 101000 | 1001 | 1000110 | 100011 |
Color Harmonies of #9A2D1B
Complementary color
Monochromatic Colors of #9A2D1B
Black with #9A2D1B
Text Example
Text Example
White with #9A2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2D1B; }
p { color: rgb(154,45,27); }
H1.HeaderClassName
{
color: #9A2D1B;
}
.AnyTagClassName
{
color: #9A2D1B;
}
</style>
background-color css
<style>
a { background-color: #9A2D1B; }
a { background-color: rgb(154,45,27); }
div.DivClassName
{
background-color: #9A2D1B;
}
.BgClassName
{
background-color: #9A2D1B;
}
</style>
border-color css
<style>
span { border-color: #9A2D1B; }
span { border-color: rgb(154,45,27); }
td.TdClassName
{
border-color: #9A2D1B;
}
.TagClassName
{
border-color: #9A2D1B;
}
</style>