Shades of Burnt Umber #8A2F16
Tints of Burnt Umber #8A2F16
RGB
CMYK
RGB Variations
Color information
#8A2F16 (or 0x8A2F16) is known color: Burnt Umber. HEX triplet: 8A, 2F and 16. RGB value is (138,47,22). Sum of RGB (Red+Green+Blue) = 138+47+22=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2F16 is #75D0E9. Grayscale: #474747. Windows color (decimal): -7721194 or 1453962. OLE color: 1453962.
HSL color Cylindrical-coordinate representation of color #8A2F16: hue angle of 12.93º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A2F16 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 47 | 22 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.46 |
| HSL | 12.93º | 0.73% | 0.31% | - |
| HSV(B) | 12.93º | 0.84% | 0.54% | - |
| XYZ | 11.64 | 7.49 | 1.59 | - |
| YUV | 71.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 22 | 0 | 0.66 | 0.84 | 0.46 | 12.93 | 0.73 | 0.31 |
| Hex | 8A | 2F | 16 | 0 | 42 | 54 | 2E | D | 48 | 1F |
| Octal | 212 | 57 | 26 | 0 | 102 | 124 | 56 | 15 | 110 | 37 |
| Binary | 10001010 | 101111 | 10110 | 0 | 1000010 | 1010100 | 101110 | 1101 | 1001000 | 11111 |
Color Harmonies of #8A2F16
Complementary color
Monochromatic Colors of #8A2F16
Black with #8A2F16
Text Example
Text Example
White with #8A2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2F16; }
p { color: rgb(138,47,22); }
H1.HeaderClassName
{
color: #8A2F16;
}
.AnyTagClassName
{
color: #8A2F16;
}
</style>
background-color css
<style>
a { background-color: #8A2F16; }
a { background-color: rgb(138,47,22); }
div.DivClassName
{
background-color: #8A2F16;
}
.BgClassName
{
background-color: #8A2F16;
}
</style>
border-color css
<style>
span { border-color: #8A2F16; }
span { border-color: rgb(138,47,22); }
td.TdClassName
{
border-color: #8A2F16;
}
.TagClassName
{
border-color: #8A2F16;
}
</style>