Shades of Burnt Umber #8B381D
Tints of Burnt Umber #8B381D
RGB
CMYK
RGB Variations
Color information
#8B381D (or 0x8B381D) is known color: Burnt Umber. HEX triplet: 8B, 38 and 1D. RGB value is (139,56,29). Sum of RGB (Red+Green+Blue) = 139+56+29=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B381D is #74C7E2. Grayscale: #4D4D4D. Windows color (decimal): -7653347 or 1915019. OLE color: 1915019.
HSL color Cylindrical-coordinate representation of color #8B381D: hue angle of 14.73º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B381D is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 29 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.45 |
| HSL | 14.73º | 0.65% | 0.33% | - |
| HSV(B) | 14.73º | 0.79% | 0.55% | - |
| XYZ | 12.28 | 8.41 | 2.14 | - |
| YUV | 77.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 29 | 0 | 0.60 | 0.79 | 0.45 | 14.73 | 0.65 | 0.33 |
| Hex | 8B | 38 | 1D | 0 | 3C | 4F | 2D | F | 41 | 21 |
| Octal | 213 | 70 | 35 | 0 | 74 | 117 | 55 | 17 | 101 | 41 |
| Binary | 10001011 | 111000 | 11101 | 0 | 111100 | 1001111 | 101101 | 1111 | 1000001 | 100001 |
Color Harmonies of #8B381D
Complementary color
Monochromatic Colors of #8B381D
Black with #8B381D
Text Example
Text Example
White with #8B381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B381D; }
p { color: rgb(139,56,29); }
H1.HeaderClassName
{
color: #8B381D;
}
.AnyTagClassName
{
color: #8B381D;
}
</style>
background-color css
<style>
a { background-color: #8B381D; }
a { background-color: rgb(139,56,29); }
div.DivClassName
{
background-color: #8B381D;
}
.BgClassName
{
background-color: #8B381D;
}
</style>
border-color css
<style>
span { border-color: #8B381D; }
span { border-color: rgb(139,56,29); }
td.TdClassName
{
border-color: #8B381D;
}
.TagClassName
{
border-color: #8B381D;
}
</style>