Shades of Burnt Umber #8B3524
Tints of Burnt Umber #8B3524
RGB
CMYK
RGB Variations
Color information
#8B3524 (or 0x8B3524) is known color: Burnt Umber. HEX triplet: 8B, 35 and 24. RGB value is (139,53,36). Sum of RGB (Red+Green+Blue) = 139+53+36=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3524 is #74CADB. Grayscale: #4C4C4C. Windows color (decimal): -7654108 or 2373003. OLE color: 2373003.
HSL color Cylindrical-coordinate representation of color #8B3524: hue angle of 9.9º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3524 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 36 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.45 |
| HSL | 9.9º | 0.59% | 0.34% | - |
| HSV(B) | 9.9º | 0.74% | 0.55% | - |
| XYZ | 12.24 | 8.16 | 2.6 | - |
| YUV | 76.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 36 | 0 | 0.62 | 0.74 | 0.45 | 9.9 | 0.59 | 0.34 |
| Hex | 8B | 35 | 24 | 0 | 3E | 4A | 2D | A | 3B | 22 |
| Octal | 213 | 65 | 44 | 0 | 76 | 112 | 55 | 12 | 73 | 42 |
| Binary | 10001011 | 110101 | 100100 | 0 | 111110 | 1001010 | 101101 | 1010 | 111011 | 100010 |
Color Harmonies of #8B3524
Complementary color
Monochromatic Colors of #8B3524
Black with #8B3524
Text Example
Text Example
White with #8B3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3524; }
p { color: rgb(139,53,36); }
H1.HeaderClassName
{
color: #8B3524;
}
.AnyTagClassName
{
color: #8B3524;
}
</style>
background-color css
<style>
a { background-color: #8B3524; }
a { background-color: rgb(139,53,36); }
div.DivClassName
{
background-color: #8B3524;
}
.BgClassName
{
background-color: #8B3524;
}
</style>
border-color css
<style>
span { border-color: #8B3524; }
span { border-color: rgb(139,53,36); }
td.TdClassName
{
border-color: #8B3524;
}
.TagClassName
{
border-color: #8B3524;
}
</style>