Shades of Burnt Umber #8B3113
Tints of Burnt Umber #8B3113
RGB
CMYK
RGB Variations
Color information
#8B3113 (or 0x8B3113) is known color: Burnt Umber. HEX triplet: 8B, 31 and 13. RGB value is (139,49,19). Sum of RGB (Red+Green+Blue) = 139+49+19=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3113 is #74CEEC. Grayscale: #484848. Windows color (decimal): -7655149 or 1257867. OLE color: 1257867.
HSL color Cylindrical-coordinate representation of color #8B3113: hue angle of 15º 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 #8B3113 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 19 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.45 |
| HSL | 15º | 0.76% | 0.31% | - |
| HSV(B) | 15º | 0.86% | 0.55% | - |
| XYZ | 11.86 | 7.73 | 1.48 | - |
| YUV | 72.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 19 | 0 | 0.65 | 0.86 | 0.45 | 15 | 0.76 | 0.31 |
| Hex | 8B | 31 | 13 | 0 | 41 | 56 | 2D | F | 4C | 1F |
| Octal | 213 | 61 | 23 | 0 | 101 | 126 | 55 | 17 | 114 | 37 |
| Binary | 10001011 | 110001 | 10011 | 0 | 1000001 | 1010110 | 101101 | 1111 | 1001100 | 11111 |
Color Harmonies of #8B3113
Complementary color
Monochromatic Colors of #8B3113
Black with #8B3113
Text Example
Text Example
White with #8B3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3113; }
p { color: rgb(139,49,19); }
H1.HeaderClassName
{
color: #8B3113;
}
.AnyTagClassName
{
color: #8B3113;
}
</style>
background-color css
<style>
a { background-color: #8B3113; }
a { background-color: rgb(139,49,19); }
div.DivClassName
{
background-color: #8B3113;
}
.BgClassName
{
background-color: #8B3113;
}
</style>
border-color css
<style>
span { border-color: #8B3113; }
span { border-color: rgb(139,49,19); }
td.TdClassName
{
border-color: #8B3113;
}
.TagClassName
{
border-color: #8B3113;
}
</style>