Shades of Burnt Umber #8A3622
Tints of Burnt Umber #8A3622
RGB
CMYK
RGB Variations
Color information
#8A3622 (or 0x8A3622) is known color: Burnt Umber. HEX triplet: 8A, 36 and 22. RGB value is (138,54,34). Sum of RGB (Red+Green+Blue) = 138+54+34=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3622 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3622 is #75C9DD. Grayscale: #4C4C4C. Windows color (decimal): -7719390 or 2242186. OLE color: 2242186.
HSL color Cylindrical-coordinate representation of color #8A3622: hue angle of 11.54º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3622 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 34 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.46 |
| HSL | 11.54º | 0.6% | 0.34% | - |
| HSV(B) | 11.54º | 0.75% | 0.54% | - |
| XYZ | 12.09 | 8.16 | 2.45 | - |
| YUV | 76.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 34 | 0 | 0.61 | 0.75 | 0.46 | 11.54 | 0.6 | 0.34 |
| Hex | 8A | 36 | 22 | 0 | 3D | 4B | 2E | C | 3C | 22 |
| Octal | 212 | 66 | 42 | 0 | 75 | 113 | 56 | 14 | 74 | 42 |
| Binary | 10001010 | 110110 | 100010 | 0 | 111101 | 1001011 | 101110 | 1100 | 111100 | 100010 |
Color Harmonies of #8A3622
Complementary color
Monochromatic Colors of #8A3622
Black with #8A3622
Text Example
Text Example
White with #8A3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3622; }
p { color: rgb(138,54,34); }
H1.HeaderClassName
{
color: #8A3622;
}
.AnyTagClassName
{
color: #8A3622;
}
</style>
background-color css
<style>
a { background-color: #8A3622; }
a { background-color: rgb(138,54,34); }
div.DivClassName
{
background-color: #8A3622;
}
.BgClassName
{
background-color: #8A3622;
}
</style>
border-color css
<style>
span { border-color: #8A3622; }
span { border-color: rgb(138,54,34); }
td.TdClassName
{
border-color: #8A3622;
}
.TagClassName
{
border-color: #8A3622;
}
</style>