Shades of Burnt Umber #8B381A
Tints of Burnt Umber #8B381A
RGB
CMYK
RGB Variations
Color information
#8B381A (or 0x8B381A) is known color: Burnt Umber. HEX triplet: 8B, 38 and 1A. RGB value is (139,56,26). Sum of RGB (Red+Green+Blue) = 139+56+26=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B381A is #74C7E5. Grayscale: #4D4D4D. Windows color (decimal): -7653350 or 1718411. OLE color: 1718411.
HSL color Cylindrical-coordinate representation of color #8B381A: hue angle of 15.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B381A is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 26 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.45 |
| HSL | 15.93º | 0.68% | 0.32% | - |
| HSV(B) | 15.93º | 0.81% | 0.55% | - |
| XYZ | 12.25 | 8.39 | 1.95 | - |
| YUV | 77.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 26 | 0 | 0.60 | 0.81 | 0.45 | 15.93 | 0.68 | 0.32 |
| Hex | 8B | 38 | 1A | 0 | 3C | 51 | 2D | 10 | 44 | 20 |
| Octal | 213 | 70 | 32 | 0 | 74 | 121 | 55 | 20 | 104 | 40 |
| Binary | 10001011 | 111000 | 11010 | 0 | 111100 | 1010001 | 101101 | 10000 | 1000100 | 100000 |
Color Harmonies of #8B381A
Complementary color
Monochromatic Colors of #8B381A
Black with #8B381A
Text Example
Text Example
White with #8B381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B381A; }
p { color: rgb(139,56,26); }
H1.HeaderClassName
{
color: #8B381A;
}
.AnyTagClassName
{
color: #8B381A;
}
</style>
background-color css
<style>
a { background-color: #8B381A; }
a { background-color: rgb(139,56,26); }
div.DivClassName
{
background-color: #8B381A;
}
.BgClassName
{
background-color: #8B381A;
}
</style>
border-color css
<style>
span { border-color: #8B381A; }
span { border-color: rgb(139,56,26); }
td.TdClassName
{
border-color: #8B381A;
}
.TagClassName
{
border-color: #8B381A;
}
</style>