Shades of Burnt Umber #8B3215
Tints of Burnt Umber #8B3215
RGB
CMYK
RGB Variations
Color information
#8B3215 (or 0x8B3215) is known color: Burnt Umber. HEX triplet: 8B, 32 and 15. RGB value is (139,50,21). Sum of RGB (Red+Green+Blue) = 139+50+21=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3215 is #74CDEA. Grayscale: #494949. Windows color (decimal): -7654891 or 1389195. OLE color: 1389195.
HSL color Cylindrical-coordinate representation of color #8B3215: hue angle of 14.75º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B3215 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 21 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.45 |
| HSL | 14.75º | 0.74% | 0.31% | - |
| HSV(B) | 14.75º | 0.85% | 0.55% | - |
| XYZ | 11.92 | 7.82 | 1.59 | - |
| YUV | 73.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 21 | 0 | 0.64 | 0.85 | 0.45 | 14.75 | 0.74 | 0.31 |
| Hex | 8B | 32 | 15 | 0 | 40 | 55 | 2D | F | 4A | 1F |
| Octal | 213 | 62 | 25 | 0 | 100 | 125 | 55 | 17 | 112 | 37 |
| Binary | 10001011 | 110010 | 10101 | 0 | 1000000 | 1010101 | 101101 | 1111 | 1001010 | 11111 |
Color Harmonies of #8B3215
Complementary color
Monochromatic Colors of #8B3215
Black with #8B3215
Text Example
Text Example
White with #8B3215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3215; }
p { color: rgb(139,50,21); }
H1.HeaderClassName
{
color: #8B3215;
}
.AnyTagClassName
{
color: #8B3215;
}
</style>
background-color css
<style>
a { background-color: #8B3215; }
a { background-color: rgb(139,50,21); }
div.DivClassName
{
background-color: #8B3215;
}
.BgClassName
{
background-color: #8B3215;
}
</style>
border-color css
<style>
span { border-color: #8B3215; }
span { border-color: rgb(139,50,21); }
td.TdClassName
{
border-color: #8B3215;
}
.TagClassName
{
border-color: #8B3215;
}
</style>