Shades of Burnt Umber #8A2B1A
Tints of Burnt Umber #8A2B1A
RGB
CMYK
RGB Variations
Color information
#8A2B1A (or 0x8A2B1A) is known color: Burnt Umber. HEX triplet: 8A, 2B and 1A. RGB value is (138,43,26). Sum of RGB (Red+Green+Blue) = 138+43+26=207 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.67% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2B1A is #75D4E5. Grayscale: #454545. Windows color (decimal): -7722214 or 1715082. OLE color: 1715082.
HSL color Cylindrical-coordinate representation of color #8A2B1A: hue angle of 9.11º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2B1A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 43 | 26 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.46 |
| HSL | 9.11º | 0.68% | 0.32% | - |
| HSV(B) | 9.11º | 0.81% | 0.54% | - |
| XYZ | 11.53 | 7.21 | 1.76 | - |
| YUV | 69.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 43 | 26 | 0 | 0.69 | 0.81 | 0.46 | 9.11 | 0.68 | 0.32 |
| Hex | 8A | 2B | 1A | 0 | 45 | 51 | 2E | 9 | 44 | 20 |
| Octal | 212 | 53 | 32 | 0 | 105 | 121 | 56 | 11 | 104 | 40 |
| Binary | 10001010 | 101011 | 11010 | 0 | 1000101 | 1010001 | 101110 | 1001 | 1000100 | 100000 |
Color Harmonies of #8A2B1A
Complementary color
Monochromatic Colors of #8A2B1A
Black with #8A2B1A
Text Example
Text Example
White with #8A2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2B1A; }
p { color: rgb(138,43,26); }
H1.HeaderClassName
{
color: #8A2B1A;
}
.AnyTagClassName
{
color: #8A2B1A;
}
</style>
background-color css
<style>
a { background-color: #8A2B1A; }
a { background-color: rgb(138,43,26); }
div.DivClassName
{
background-color: #8A2B1A;
}
.BgClassName
{
background-color: #8A2B1A;
}
</style>
border-color css
<style>
span { border-color: #8A2B1A; }
span { border-color: rgb(138,43,26); }
td.TdClassName
{
border-color: #8A2B1A;
}
.TagClassName
{
border-color: #8A2B1A;
}
</style>