Shades of Burnt Umber #8B3920
Tints of Burnt Umber #8B3920
RGB
CMYK
RGB Variations
Color information
#8B3920 (or 0x8B3920) is known color: Burnt Umber. HEX triplet: 8B, 39 and 20. RGB value is (139,57,32). Sum of RGB (Red+Green+Blue) = 139+57+32=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3920 is #74C6DF. Grayscale: #4E4E4E. Windows color (decimal): -7653088 or 2111883. OLE color: 2111883.
HSL color Cylindrical-coordinate representation of color #8B3920: hue angle of 14.02º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B3920 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 32 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.45 |
| HSL | 14.02º | 0.63% | 0.34% | - |
| HSV(B) | 14.02º | 0.77% | 0.55% | - |
| XYZ | 12.37 | 8.52 | 2.36 | - |
| YUV | 78.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 32 | 0 | 0.59 | 0.77 | 0.45 | 14.02 | 0.63 | 0.34 |
| Hex | 8B | 39 | 20 | 0 | 3B | 4D | 2D | E | 3F | 22 |
| Octal | 213 | 71 | 40 | 0 | 73 | 115 | 55 | 16 | 77 | 42 |
| Binary | 10001011 | 111001 | 100000 | 0 | 111011 | 1001101 | 101101 | 1110 | 111111 | 100010 |
Color Harmonies of #8B3920
Complementary color
Monochromatic Colors of #8B3920
Black with #8B3920
Text Example
Text Example
White with #8B3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3920; }
p { color: rgb(139,57,32); }
H1.HeaderClassName
{
color: #8B3920;
}
.AnyTagClassName
{
color: #8B3920;
}
</style>
background-color css
<style>
a { background-color: #8B3920; }
a { background-color: rgb(139,57,32); }
div.DivClassName
{
background-color: #8B3920;
}
.BgClassName
{
background-color: #8B3920;
}
</style>
border-color css
<style>
span { border-color: #8B3920; }
span { border-color: rgb(139,57,32); }
td.TdClassName
{
border-color: #8B3920;
}
.TagClassName
{
border-color: #8B3920;
}
</style>