Shades of Burnt Umber #8B280C
Tints of Burnt Umber #8B280C
RGB
CMYK
RGB Variations
Color information
#8B280C (or 0x8B280C) is known color: Burnt Umber. HEX triplet: 8B, 28 and 0C. RGB value is (139,40,12). Sum of RGB (Red+Green+Blue) = 139+40+12=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B280C is #74D7F3. Grayscale: #424242. Windows color (decimal): -7657460 or 796811. OLE color: 796811.
HSL color Cylindrical-coordinate representation of color #8B280C: hue angle of 13.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B280C is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 12 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.45 |
| HSL | 13.23º | 0.84% | 0.3% | - |
| HSV(B) | 13.23º | 0.91% | 0.55% | - |
| XYZ | 11.47 | 7.03 | 1.1 | - |
| YUV | 66.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 12 | 0 | 0.71 | 0.91 | 0.45 | 13.23 | 0.84 | 0.3 |
| Hex | 8B | 28 | C | 0 | 47 | 5B | 2D | D | 54 | 1E |
| Octal | 213 | 50 | 14 | 0 | 107 | 133 | 55 | 15 | 124 | 36 |
| Binary | 10001011 | 101000 | 1100 | 0 | 1000111 | 1011011 | 101101 | 1101 | 1010100 | 11110 |
Color Harmonies of #8B280C
Complementary color
Monochromatic Colors of #8B280C
Black with #8B280C
Text Example
Text Example
White with #8B280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B280C; }
p { color: rgb(139,40,12); }
H1.HeaderClassName
{
color: #8B280C;
}
.AnyTagClassName
{
color: #8B280C;
}
</style>
background-color css
<style>
a { background-color: #8B280C; }
a { background-color: rgb(139,40,12); }
div.DivClassName
{
background-color: #8B280C;
}
.BgClassName
{
background-color: #8B280C;
}
</style>
border-color css
<style>
span { border-color: #8B280C; }
span { border-color: rgb(139,40,12); }
td.TdClassName
{
border-color: #8B280C;
}
.TagClassName
{
border-color: #8B280C;
}
</style>