Shades of Burnt Umber #8B2F0F
Tints of Burnt Umber #8B2F0F
RGB
CMYK
RGB Variations
Color information
#8B2F0F (or 0x8B2F0F) is known color: Burnt Umber. HEX triplet: 8B, 2F and 0F. RGB value is (139,47,15). Sum of RGB (Red+Green+Blue) = 139+47+15=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2F0F is #74D0F0. Grayscale: #474747. Windows color (decimal): -7655665 or 995211. OLE color: 995211.
HSL color Cylindrical-coordinate representation of color #8B2F0F: hue angle of 15.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B2F0F is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 15 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.45 |
| HSL | 15.48º | 0.81% | 0.3% | - |
| HSV(B) | 15.48º | 0.89% | 0.55% | - |
| XYZ | 11.75 | 7.56 | 1.29 | - |
| YUV | 70.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 15 | 0 | 0.66 | 0.89 | 0.45 | 15.48 | 0.81 | 0.3 |
| Hex | 8B | 2F | F | 0 | 42 | 59 | 2D | F | 51 | 1E |
| Octal | 213 | 57 | 17 | 0 | 102 | 131 | 55 | 17 | 121 | 36 |
| Binary | 10001011 | 101111 | 1111 | 0 | 1000010 | 1011001 | 101101 | 1111 | 1010001 | 11110 |
Color Harmonies of #8B2F0F
Complementary color
Monochromatic Colors of #8B2F0F
Black with #8B2F0F
Text Example
Text Example
White with #8B2F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F0F; }
p { color: rgb(139,47,15); }
H1.HeaderClassName
{
color: #8B2F0F;
}
.AnyTagClassName
{
color: #8B2F0F;
}
</style>
background-color css
<style>
a { background-color: #8B2F0F; }
a { background-color: rgb(139,47,15); }
div.DivClassName
{
background-color: #8B2F0F;
}
.BgClassName
{
background-color: #8B2F0F;
}
</style>
border-color css
<style>
span { border-color: #8B2F0F; }
span { border-color: rgb(139,47,15); }
td.TdClassName
{
border-color: #8B2F0F;
}
.TagClassName
{
border-color: #8B2F0F;
}
</style>