Shades of Burnt Umber #9A331B
Tints of Burnt Umber #9A331B
RGB
CMYK
RGB Variations
Color information
#9A331B (or 0x9A331B) is known color: Burnt Umber. HEX triplet: 9A, 33 and 1B. RGB value is (154,51,27). Sum of RGB (Red+Green+Blue) = 154+51+27=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A331B is #65CCE4. Grayscale: #4F4F4F. Windows color (decimal): -6671589 or 1782682. OLE color: 1782682.
HSL color Cylindrical-coordinate representation of color #9A331B: hue angle of 11.34º 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 #9A331B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 27 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.40 |
| HSL | 11.34º | 0.7% | 0.35% | - |
| HSV(B) | 11.34º | 0.82% | 0.6% | - |
| XYZ | 14.71 | 9.32 | 2.06 | - |
| YUV | 79.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 27 | 0 | 0.67 | 0.82 | 0.40 | 11.34 | 0.7 | 0.35 |
| Hex | 9A | 33 | 1B | 0 | 43 | 52 | 28 | B | 46 | 23 |
| Octal | 232 | 63 | 33 | 0 | 103 | 122 | 50 | 13 | 106 | 43 |
| Binary | 10011010 | 110011 | 11011 | 0 | 1000011 | 1010010 | 101000 | 1011 | 1000110 | 100011 |
Color Harmonies of #9A331B
Complementary color
Monochromatic Colors of #9A331B
Black with #9A331B
Text Example
Text Example
White with #9A331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A331B; }
p { color: rgb(154,51,27); }
H1.HeaderClassName
{
color: #9A331B;
}
.AnyTagClassName
{
color: #9A331B;
}
</style>
background-color css
<style>
a { background-color: #9A331B; }
a { background-color: rgb(154,51,27); }
div.DivClassName
{
background-color: #9A331B;
}
.BgClassName
{
background-color: #9A331B;
}
</style>
border-color css
<style>
span { border-color: #9A331B; }
span { border-color: rgb(154,51,27); }
td.TdClassName
{
border-color: #9A331B;
}
.TagClassName
{
border-color: #9A331B;
}
</style>