Shades of Burnt Umber #8A3117
Tints of Burnt Umber #8A3117
RGB
CMYK
RGB Variations
Color information
#8A3117 (or 0x8A3117) is known color: Burnt Umber. HEX triplet: 8A, 31 and 17. RGB value is (138,49,23). Sum of RGB (Red+Green+Blue) = 138+49+23=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3117 is #75CEE8. Grayscale: #484848. Windows color (decimal): -7720681 or 1520010. OLE color: 1520010.
HSL color Cylindrical-coordinate representation of color #8A3117: hue angle of 13.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A3117 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 23 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.46 |
| HSL | 13.57º | 0.71% | 0.32% | - |
| HSV(B) | 13.57º | 0.83% | 0.54% | - |
| XYZ | 11.73 | 7.66 | 1.67 | - |
| YUV | 72.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 23 | 0 | 0.64 | 0.83 | 0.46 | 13.57 | 0.71 | 0.32 |
| Hex | 8A | 31 | 17 | 0 | 40 | 53 | 2E | E | 47 | 20 |
| Octal | 212 | 61 | 27 | 0 | 100 | 123 | 56 | 16 | 107 | 40 |
| Binary | 10001010 | 110001 | 10111 | 0 | 1000000 | 1010011 | 101110 | 1110 | 1000111 | 100000 |
Color Harmonies of #8A3117
Complementary color
Monochromatic Colors of #8A3117
Black with #8A3117
Text Example
Text Example
White with #8A3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3117; }
p { color: rgb(138,49,23); }
H1.HeaderClassName
{
color: #8A3117;
}
.AnyTagClassName
{
color: #8A3117;
}
</style>
background-color css
<style>
a { background-color: #8A3117; }
a { background-color: rgb(138,49,23); }
div.DivClassName
{
background-color: #8A3117;
}
.BgClassName
{
background-color: #8A3117;
}
</style>
border-color css
<style>
span { border-color: #8A3117; }
span { border-color: rgb(138,49,23); }
td.TdClassName
{
border-color: #8A3117;
}
.TagClassName
{
border-color: #8A3117;
}
</style>