Shades of Burnt Umber #8B321A
Tints of Burnt Umber #8B321A
RGB
CMYK
RGB Variations
Color information
#8B321A (or 0x8B321A) is known color: Burnt Umber. HEX triplet: 8B, 32 and 1A. RGB value is (139,50,26). Sum of RGB (Red+Green+Blue) = 139+50+26=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B321A is #74CDE5. Grayscale: #4A4A4A. Windows color (decimal): -7654886 or 1716875. OLE color: 1716875.
HSL color Cylindrical-coordinate representation of color #8B321A: hue angle of 12.74º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B321A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 26 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.45 |
| HSL | 12.74º | 0.68% | 0.32% | - |
| HSV(B) | 12.74º | 0.81% | 0.55% | - |
| XYZ | 11.97 | 7.84 | 1.86 | - |
| YUV | 73.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 26 | 0 | 0.64 | 0.81 | 0.45 | 12.74 | 0.68 | 0.32 |
| Hex | 8B | 32 | 1A | 0 | 40 | 51 | 2D | D | 44 | 20 |
| Octal | 213 | 62 | 32 | 0 | 100 | 121 | 55 | 15 | 104 | 40 |
| Binary | 10001011 | 110010 | 11010 | 0 | 1000000 | 1010001 | 101101 | 1101 | 1000100 | 100000 |
Color Harmonies of #8B321A
Complementary color
Monochromatic Colors of #8B321A
Black with #8B321A
Text Example
Text Example
White with #8B321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B321A; }
p { color: rgb(139,50,26); }
H1.HeaderClassName
{
color: #8B321A;
}
.AnyTagClassName
{
color: #8B321A;
}
</style>
background-color css
<style>
a { background-color: #8B321A; }
a { background-color: rgb(139,50,26); }
div.DivClassName
{
background-color: #8B321A;
}
.BgClassName
{
background-color: #8B321A;
}
</style>
border-color css
<style>
span { border-color: #8B321A; }
span { border-color: rgb(139,50,26); }
td.TdClassName
{
border-color: #8B321A;
}
.TagClassName
{
border-color: #8B321A;
}
</style>