Shades of Burnt Umber #8A3027
Tints of Burnt Umber #8A3027
RGB
CMYK
RGB Variations
Color information
#8A3027 (or 0x8A3027) is known color: Burnt Umber. HEX triplet: 8A, 30 and 27. RGB value is (138,48,39). Sum of RGB (Red+Green+Blue) = 138+48+39=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3027 is #75CFD8. Grayscale: #4A4A4A. Windows color (decimal): -7720921 or 2568330. OLE color: 2568330.
HSL color Cylindrical-coordinate representation of color #8A3027: hue angle of 5.45º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A3027 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 39 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.46 |
| HSL | 5.45º | 0.56% | 0.35% | - |
| HSV(B) | 5.45º | 0.72% | 0.54% | - |
| XYZ | 11.9 | 7.66 | 2.77 | - |
| YUV | 73.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 39 | 0 | 0.65 | 0.72 | 0.46 | 5.45 | 0.56 | 0.35 |
| Hex | 8A | 30 | 27 | 0 | 41 | 48 | 2E | 5 | 38 | 23 |
| Octal | 212 | 60 | 47 | 0 | 101 | 110 | 56 | 5 | 70 | 43 |
| Binary | 10001010 | 110000 | 100111 | 0 | 1000001 | 1001000 | 101110 | 101 | 111000 | 100011 |
Color Harmonies of #8A3027
Complementary color
Monochromatic Colors of #8A3027
Black with #8A3027
Text Example
Text Example
White with #8A3027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3027; }
p { color: rgb(138,48,39); }
H1.HeaderClassName
{
color: #8A3027;
}
.AnyTagClassName
{
color: #8A3027;
}
</style>
background-color css
<style>
a { background-color: #8A3027; }
a { background-color: rgb(138,48,39); }
div.DivClassName
{
background-color: #8A3027;
}
.BgClassName
{
background-color: #8A3027;
}
</style>
border-color css
<style>
span { border-color: #8A3027; }
span { border-color: rgb(138,48,39); }
td.TdClassName
{
border-color: #8A3027;
}
.TagClassName
{
border-color: #8A3027;
}
</style>