Shades of Burnt Umber #8B3921
Tints of Burnt Umber #8B3921
RGB
CMYK
RGB Variations
Color information
#8B3921 (or 0x8B3921) is known color: Burnt Umber. HEX triplet: 8B, 39 and 21. RGB value is (139,57,33). Sum of RGB (Red+Green+Blue) = 139+57+33=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3921 is #74C6DE. Grayscale: #4E4E4E. Windows color (decimal): -7653087 or 2177419. OLE color: 2177419.
HSL color Cylindrical-coordinate representation of color #8B3921: hue angle of 13.58º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B3921 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 33 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.45 |
| HSL | 13.58º | 0.62% | 0.34% | - |
| HSV(B) | 13.58º | 0.76% | 0.55% | - |
| XYZ | 12.39 | 8.53 | 2.43 | - |
| YUV | 78.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 33 | 0 | 0.59 | 0.76 | 0.45 | 13.58 | 0.62 | 0.34 |
| Hex | 8B | 39 | 21 | 0 | 3B | 4C | 2D | E | 3E | 22 |
| Octal | 213 | 71 | 41 | 0 | 73 | 114 | 55 | 16 | 76 | 42 |
| Binary | 10001011 | 111001 | 100001 | 0 | 111011 | 1001100 | 101101 | 1110 | 111110 | 100010 |
Color Harmonies of #8B3921
Complementary color
Monochromatic Colors of #8B3921
Black with #8B3921
Text Example
Text Example
White with #8B3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3921; }
p { color: rgb(139,57,33); }
H1.HeaderClassName
{
color: #8B3921;
}
.AnyTagClassName
{
color: #8B3921;
}
</style>
background-color css
<style>
a { background-color: #8B3921; }
a { background-color: rgb(139,57,33); }
div.DivClassName
{
background-color: #8B3921;
}
.BgClassName
{
background-color: #8B3921;
}
</style>
border-color css
<style>
span { border-color: #8B3921; }
span { border-color: rgb(139,57,33); }
td.TdClassName
{
border-color: #8B3921;
}
.TagClassName
{
border-color: #8B3921;
}
</style>