Shades of Burnt Umber #8A2D13
Tints of Burnt Umber #8A2D13
RGB
CMYK
RGB Variations
Color information
#8A2D13 (or 0x8A2D13) is known color: Burnt Umber. HEX triplet: 8A, 2D and 13. RGB value is (138,45,19). Sum of RGB (Red+Green+Blue) = 138+45+19=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2D13 is #75D2EC. Grayscale: #464646. Windows color (decimal): -7721709 or 1256842. OLE color: 1256842.
HSL color Cylindrical-coordinate representation of color #8A2D13: hue angle of 13.11º 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 #8A2D13 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 19 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.46 |
| HSL | 13.11º | 0.76% | 0.31% | - |
| HSV(B) | 13.11º | 0.86% | 0.54% | - |
| XYZ | 11.54 | 7.33 | 1.42 | - |
| YUV | 69.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 19 | 0 | 0.67 | 0.86 | 0.46 | 13.11 | 0.76 | 0.31 |
| Hex | 8A | 2D | 13 | 0 | 43 | 56 | 2E | D | 4C | 1F |
| Octal | 212 | 55 | 23 | 0 | 103 | 126 | 56 | 15 | 114 | 37 |
| Binary | 10001010 | 101101 | 10011 | 0 | 1000011 | 1010110 | 101110 | 1101 | 1001100 | 11111 |
Color Harmonies of #8A2D13
Complementary color
Monochromatic Colors of #8A2D13
Black with #8A2D13
Text Example
Text Example
White with #8A2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D13; }
p { color: rgb(138,45,19); }
H1.HeaderClassName
{
color: #8A2D13;
}
.AnyTagClassName
{
color: #8A2D13;
}
</style>
background-color css
<style>
a { background-color: #8A2D13; }
a { background-color: rgb(138,45,19); }
div.DivClassName
{
background-color: #8A2D13;
}
.BgClassName
{
background-color: #8A2D13;
}
</style>
border-color css
<style>
span { border-color: #8A2D13; }
span { border-color: rgb(138,45,19); }
td.TdClassName
{
border-color: #8A2D13;
}
.TagClassName
{
border-color: #8A2D13;
}
</style>