Shades of Burnt Umber #8A3028
Tints of Burnt Umber #8A3028
RGB
CMYK
RGB Variations
Color information
#8A3028 (or 0x8A3028) is known color: Burnt Umber. HEX triplet: 8A, 30 and 28. RGB value is (138,48,40). Sum of RGB (Red+Green+Blue) = 138+48+40=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3028 is #75CFD7. Grayscale: #4A4A4A. Windows color (decimal): -7720920 or 2633866. OLE color: 2633866.
HSL color Cylindrical-coordinate representation of color #8A3028: hue angle of 4.9º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A3028 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 40 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.46 |
| HSL | 4.9º | 0.55% | 0.35% | - |
| HSV(B) | 4.9º | 0.71% | 0.54% | - |
| XYZ | 11.92 | 7.67 | 2.86 | - |
| YUV | 74 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 40 | 0 | 0.65 | 0.71 | 0.46 | 4.9 | 0.55 | 0.35 |
| Hex | 8A | 30 | 28 | 0 | 41 | 47 | 2E | 5 | 37 | 23 |
| Octal | 212 | 60 | 50 | 0 | 101 | 107 | 56 | 5 | 67 | 43 |
| Binary | 10001010 | 110000 | 101000 | 0 | 1000001 | 1000111 | 101110 | 101 | 110111 | 100011 |
Color Harmonies of #8A3028
Complementary color
Monochromatic Colors of #8A3028
Black with #8A3028
Text Example
Text Example
White with #8A3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3028; }
p { color: rgb(138,48,40); }
H1.HeaderClassName
{
color: #8A3028;
}
.AnyTagClassName
{
color: #8A3028;
}
</style>
background-color css
<style>
a { background-color: #8A3028; }
a { background-color: rgb(138,48,40); }
div.DivClassName
{
background-color: #8A3028;
}
.BgClassName
{
background-color: #8A3028;
}
</style>
border-color css
<style>
span { border-color: #8A3028; }
span { border-color: rgb(138,48,40); }
td.TdClassName
{
border-color: #8A3028;
}
.TagClassName
{
border-color: #8A3028;
}
</style>