Shades of Burnt Umber #8B3522
Tints of Burnt Umber #8B3522
RGB
CMYK
RGB Variations
Color information
#8B3522 (or 0x8B3522) is known color: Burnt Umber. HEX triplet: 8B, 35 and 22. RGB value is (139,53,34). Sum of RGB (Red+Green+Blue) = 139+53+34=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3522 is #74CADD. Grayscale: #4C4C4C. Windows color (decimal): -7654110 or 2241931. OLE color: 2241931.
HSL color Cylindrical-coordinate representation of color #8B3522: hue angle of 10.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B3522 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 34 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.45 |
| HSL | 10.86º | 0.61% | 0.34% | - |
| HSV(B) | 10.86º | 0.76% | 0.55% | - |
| XYZ | 12.21 | 8.15 | 2.44 | - |
| YUV | 76.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 34 | 0 | 0.62 | 0.76 | 0.45 | 10.86 | 0.61 | 0.34 |
| Hex | 8B | 35 | 22 | 0 | 3E | 4C | 2D | B | 3D | 22 |
| Octal | 213 | 65 | 42 | 0 | 76 | 114 | 55 | 13 | 75 | 42 |
| Binary | 10001011 | 110101 | 100010 | 0 | 111110 | 1001100 | 101101 | 1011 | 111101 | 100010 |
Color Harmonies of #8B3522
Complementary color
Monochromatic Colors of #8B3522
Black with #8B3522
Text Example
Text Example
White with #8B3522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3522; }
p { color: rgb(139,53,34); }
H1.HeaderClassName
{
color: #8B3522;
}
.AnyTagClassName
{
color: #8B3522;
}
</style>
background-color css
<style>
a { background-color: #8B3522; }
a { background-color: rgb(139,53,34); }
div.DivClassName
{
background-color: #8B3522;
}
.BgClassName
{
background-color: #8B3522;
}
</style>
border-color css
<style>
span { border-color: #8B3522; }
span { border-color: rgb(139,53,34); }
td.TdClassName
{
border-color: #8B3522;
}
.TagClassName
{
border-color: #8B3522;
}
</style>