Shades of Burnt Umber #8B2707
Tints of Burnt Umber #8B2707
RGB
CMYK
RGB Variations
Color information
#8B2707 (or 0x8B2707) is known color: Burnt Umber. HEX triplet: 8B, 27 and 07. RGB value is (139,39,7). Sum of RGB (Red+Green+Blue) = 139+39+7=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2707 is #74D8F8. Grayscale: #414141. Windows color (decimal): -7657721 or 468875. OLE color: 468875.
HSL color Cylindrical-coordinate representation of color #8B2707: hue angle of 14.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B2707 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 7 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.45 |
| HSL | 14.55º | 0.9% | 0.29% | - |
| HSV(B) | 14.55º | 0.95% | 0.55% | - |
| XYZ | 11.41 | 6.96 | 0.94 | - |
| YUV | 65.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 7 | 0 | 0.72 | 0.95 | 0.45 | 14.55 | 0.9 | 0.29 |
| Hex | 8B | 27 | 7 | 0 | 48 | 5F | 2D | F | 5A | 1D |
| Octal | 213 | 47 | 7 | 0 | 110 | 137 | 55 | 17 | 132 | 35 |
| Binary | 10001011 | 100111 | 111 | 0 | 1001000 | 1011111 | 101101 | 1111 | 1011010 | 11101 |
Color Harmonies of #8B2707
Complementary color
Monochromatic Colors of #8B2707
Black with #8B2707
Text Example
Text Example
White with #8B2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2707; }
p { color: rgb(139,39,7); }
H1.HeaderClassName
{
color: #8B2707;
}
.AnyTagClassName
{
color: #8B2707;
}
</style>
background-color css
<style>
a { background-color: #8B2707; }
a { background-color: rgb(139,39,7); }
div.DivClassName
{
background-color: #8B2707;
}
.BgClassName
{
background-color: #8B2707;
}
</style>
border-color css
<style>
span { border-color: #8B2707; }
span { border-color: rgb(139,39,7); }
td.TdClassName
{
border-color: #8B2707;
}
.TagClassName
{
border-color: #8B2707;
}
</style>