Shades of Burnt Umber #8B332A
Tints of Burnt Umber #8B332A
RGB
CMYK
RGB Variations
Color information
#8B332A (or 0x8B332A) is known color: Burnt Umber. HEX triplet: 8B, 33 and 2A. RGB value is (139,51,42). Sum of RGB (Red+Green+Blue) = 139+51+42=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B332A is #74CCD5. Grayscale: #4C4C4C. Windows color (decimal): -7654614 or 2765707. OLE color: 2765707.
HSL color Cylindrical-coordinate representation of color #8B332A: hue angle of 5.57º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B332A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 42 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.45 |
| HSL | 5.57º | 0.54% | 0.35% | - |
| HSV(B) | 5.57º | 0.7% | 0.55% | - |
| XYZ | 12.25 | 8.02 | 3.09 | - |
| YUV | 76.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 42 | 0 | 0.63 | 0.70 | 0.45 | 5.57 | 0.54 | 0.35 |
| Hex | 8B | 33 | 2A | 0 | 3F | 46 | 2D | 6 | 36 | 23 |
| Octal | 213 | 63 | 52 | 0 | 77 | 106 | 55 | 6 | 66 | 43 |
| Binary | 10001011 | 110011 | 101010 | 0 | 111111 | 1000110 | 101101 | 110 | 110110 | 100011 |
Color Harmonies of #8B332A
Complementary color
Monochromatic Colors of #8B332A
Black with #8B332A
Text Example
Text Example
White with #8B332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B332A; }
p { color: rgb(139,51,42); }
H1.HeaderClassName
{
color: #8B332A;
}
.AnyTagClassName
{
color: #8B332A;
}
</style>
background-color css
<style>
a { background-color: #8B332A; }
a { background-color: rgb(139,51,42); }
div.DivClassName
{
background-color: #8B332A;
}
.BgClassName
{
background-color: #8B332A;
}
</style>
border-color css
<style>
span { border-color: #8B332A; }
span { border-color: rgb(139,51,42); }
td.TdClassName
{
border-color: #8B332A;
}
.TagClassName
{
border-color: #8B332A;
}
</style>