Shades of Burnt Umber #8A280C
Tints of Burnt Umber #8A280C
RGB
CMYK
RGB Variations
Color information
#8A280C (or 0x8A280C) is known color: Burnt Umber. HEX triplet: 8A, 28 and 0C. RGB value is (138,40,12). Sum of RGB (Red+Green+Blue) = 138+40+12=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A280C is #75D7F3. Grayscale: #424242. Windows color (decimal): -7722996 or 796810. OLE color: 796810.
HSL color Cylindrical-coordinate representation of color #8A280C: hue angle of 13.33º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A280C is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 12 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.46 |
| HSL | 13.33º | 0.84% | 0.29% | - |
| HSV(B) | 13.33º | 0.91% | 0.54% | - |
| XYZ | 11.31 | 6.95 | 1.09 | - |
| YUV | 66.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 12 | 0 | 0.71 | 0.91 | 0.46 | 13.33 | 0.84 | 0.29 |
| Hex | 8A | 28 | C | 0 | 47 | 5B | 2E | D | 54 | 1D |
| Octal | 212 | 50 | 14 | 0 | 107 | 133 | 56 | 15 | 124 | 35 |
| Binary | 10001010 | 101000 | 1100 | 0 | 1000111 | 1011011 | 101110 | 1101 | 1010100 | 11101 |
Color Harmonies of #8A280C
Complementary color
Monochromatic Colors of #8A280C
Black with #8A280C
Text Example
Text Example
White with #8A280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A280C; }
p { color: rgb(138,40,12); }
H1.HeaderClassName
{
color: #8A280C;
}
.AnyTagClassName
{
color: #8A280C;
}
</style>
background-color css
<style>
a { background-color: #8A280C; }
a { background-color: rgb(138,40,12); }
div.DivClassName
{
background-color: #8A280C;
}
.BgClassName
{
background-color: #8A280C;
}
</style>
border-color css
<style>
span { border-color: #8A280C; }
span { border-color: rgb(138,40,12); }
td.TdClassName
{
border-color: #8A280C;
}
.TagClassName
{
border-color: #8A280C;
}
</style>