Shades of Burnt Umber #8B2D0B
Tints of Burnt Umber #8B2D0B
RGB
CMYK
RGB Variations
Color information
#8B2D0B (or 0x8B2D0B) is known color: Burnt Umber. HEX triplet: 8B, 2D and 0B. RGB value is (139,45,11). Sum of RGB (Red+Green+Blue) = 139+45+11=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D0B is #74D2F4. Grayscale: #454545. Windows color (decimal): -7656181 or 732555. OLE color: 732555.
HSL color Cylindrical-coordinate representation of color #8B2D0B: hue angle of 15.94º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B2D0B is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 11 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.45 |
| HSL | 15.94º | 0.85% | 0.29% | - |
| HSV(B) | 15.94º | 0.92% | 0.55% | - |
| XYZ | 11.65 | 7.39 | 1.13 | - |
| YUV | 69.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 11 | 0 | 0.68 | 0.92 | 0.45 | 15.94 | 0.85 | 0.29 |
| Hex | 8B | 2D | B | 0 | 44 | 5C | 2D | 10 | 55 | 1D |
| Octal | 213 | 55 | 13 | 0 | 104 | 134 | 55 | 20 | 125 | 35 |
| Binary | 10001011 | 101101 | 1011 | 0 | 1000100 | 1011100 | 101101 | 10000 | 1010101 | 11101 |
Color Harmonies of #8B2D0B
Complementary color
Monochromatic Colors of #8B2D0B
Black with #8B2D0B
Text Example
Text Example
White with #8B2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D0B; }
p { color: rgb(139,45,11); }
H1.HeaderClassName
{
color: #8B2D0B;
}
.AnyTagClassName
{
color: #8B2D0B;
}
</style>
background-color css
<style>
a { background-color: #8B2D0B; }
a { background-color: rgb(139,45,11); }
div.DivClassName
{
background-color: #8B2D0B;
}
.BgClassName
{
background-color: #8B2D0B;
}
</style>
border-color css
<style>
span { border-color: #8B2D0B; }
span { border-color: rgb(139,45,11); }
td.TdClassName
{
border-color: #8B2D0B;
}
.TagClassName
{
border-color: #8B2D0B;
}
</style>