Shades of Burnt Umber #8A3313
Tints of Burnt Umber #8A3313
RGB
CMYK
RGB Variations
Color information
#8A3313 (or 0x8A3313) is known color: Burnt Umber. HEX triplet: 8A, 33 and 13. RGB value is (138,51,19). Sum of RGB (Red+Green+Blue) = 138+51+19=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3313 is #75CCEC. Grayscale: #494949. Windows color (decimal): -7720173 or 1258378. OLE color: 1258378.
HSL color Cylindrical-coordinate representation of color #8A3313: hue angle of 16.13º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A3313 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 19 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.46 |
| HSL | 16.13º | 0.76% | 0.31% | - |
| HSV(B) | 16.13º | 0.86% | 0.54% | - |
| XYZ | 11.78 | 7.82 | 1.5 | - |
| YUV | 73.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 19 | 0 | 0.63 | 0.86 | 0.46 | 16.13 | 0.76 | 0.31 |
| Hex | 8A | 33 | 13 | 0 | 3F | 56 | 2E | 10 | 4C | 1F |
| Octal | 212 | 63 | 23 | 0 | 77 | 126 | 56 | 20 | 114 | 37 |
| Binary | 10001010 | 110011 | 10011 | 0 | 111111 | 1010110 | 101110 | 10000 | 1001100 | 11111 |
Color Harmonies of #8A3313
Complementary color
Monochromatic Colors of #8A3313
Black with #8A3313
Text Example
Text Example
White with #8A3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3313; }
p { color: rgb(138,51,19); }
H1.HeaderClassName
{
color: #8A3313;
}
.AnyTagClassName
{
color: #8A3313;
}
</style>
background-color css
<style>
a { background-color: #8A3313; }
a { background-color: rgb(138,51,19); }
div.DivClassName
{
background-color: #8A3313;
}
.BgClassName
{
background-color: #8A3313;
}
</style>
border-color css
<style>
span { border-color: #8A3313; }
span { border-color: rgb(138,51,19); }
td.TdClassName
{
border-color: #8A3313;
}
.TagClassName
{
border-color: #8A3313;
}
</style>