Shades of Burnt Umber #8B2C13
Tints of Burnt Umber #8B2C13
RGB
CMYK
RGB Variations
Color information
#8B2C13 (or 0x8B2C13) is known color: Burnt Umber. HEX triplet: 8B, 2C and 13. RGB value is (139,44,19). Sum of RGB (Red+Green+Blue) = 139+44+19=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2C13 is #74D3EC. Grayscale: #454545. Windows color (decimal): -7656429 or 1256587. OLE color: 1256587.
HSL color Cylindrical-coordinate representation of color #8B2C13: hue angle of 12.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B2C13 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 19 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.45 |
| HSL | 12.5º | 0.76% | 0.31% | - |
| HSV(B) | 12.5º | 0.86% | 0.55% | - |
| XYZ | 11.67 | 7.34 | 1.42 | - |
| YUV | 69.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 19 | 0 | 0.68 | 0.86 | 0.45 | 12.5 | 0.76 | 0.31 |
| Hex | 8B | 2C | 13 | 0 | 44 | 56 | 2D | C | 4C | 1F |
| Octal | 213 | 54 | 23 | 0 | 104 | 126 | 55 | 14 | 114 | 37 |
| Binary | 10001011 | 101100 | 10011 | 0 | 1000100 | 1010110 | 101101 | 1100 | 1001100 | 11111 |
Color Harmonies of #8B2C13
Complementary color
Monochromatic Colors of #8B2C13
Black with #8B2C13
Text Example
Text Example
White with #8B2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C13; }
p { color: rgb(139,44,19); }
H1.HeaderClassName
{
color: #8B2C13;
}
.AnyTagClassName
{
color: #8B2C13;
}
</style>
background-color css
<style>
a { background-color: #8B2C13; }
a { background-color: rgb(139,44,19); }
div.DivClassName
{
background-color: #8B2C13;
}
.BgClassName
{
background-color: #8B2C13;
}
</style>
border-color css
<style>
span { border-color: #8B2C13; }
span { border-color: rgb(139,44,19); }
td.TdClassName
{
border-color: #8B2C13;
}
.TagClassName
{
border-color: #8B2C13;
}
</style>