Shades of Burnt Umber #8B301B
Tints of Burnt Umber #8B301B
RGB
CMYK
RGB Variations
Color information
#8B301B (or 0x8B301B) is known color: Burnt Umber. HEX triplet: 8B, 30 and 1B. RGB value is (139,48,27). Sum of RGB (Red+Green+Blue) = 139+48+27=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B301B is #74CFE4. Grayscale: #484848. Windows color (decimal): -7655397 or 1781899. OLE color: 1781899.
HSL color Cylindrical-coordinate representation of color #8B301B: hue angle of 11.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B301B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 27 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.45 |
| HSL | 11.25º | 0.67% | 0.33% | - |
| HSV(B) | 11.25º | 0.81% | 0.55% | - |
| XYZ | 11.9 | 7.68 | 1.89 | - |
| YUV | 72.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 27 | 0 | 0.65 | 0.81 | 0.45 | 11.25 | 0.67 | 0.33 |
| Hex | 8B | 30 | 1B | 0 | 41 | 51 | 2D | B | 43 | 21 |
| Octal | 213 | 60 | 33 | 0 | 101 | 121 | 55 | 13 | 103 | 41 |
| Binary | 10001011 | 110000 | 11011 | 0 | 1000001 | 1010001 | 101101 | 1011 | 1000011 | 100001 |
Color Harmonies of #8B301B
Complementary color
Monochromatic Colors of #8B301B
Black with #8B301B
Text Example
Text Example
White with #8B301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B301B; }
p { color: rgb(139,48,27); }
H1.HeaderClassName
{
color: #8B301B;
}
.AnyTagClassName
{
color: #8B301B;
}
</style>
background-color css
<style>
a { background-color: #8B301B; }
a { background-color: rgb(139,48,27); }
div.DivClassName
{
background-color: #8B301B;
}
.BgClassName
{
background-color: #8B301B;
}
</style>
border-color css
<style>
span { border-color: #8B301B; }
span { border-color: rgb(139,48,27); }
td.TdClassName
{
border-color: #8B301B;
}
.TagClassName
{
border-color: #8B301B;
}
</style>