Shades of Burnt Umber #8A3227
Tints of Burnt Umber #8A3227
RGB
CMYK
RGB Variations
Color information
#8A3227 (or 0x8A3227) is known color: Burnt Umber. HEX triplet: 8A, 32 and 27. RGB value is (138,50,39). Sum of RGB (Red+Green+Blue) = 138+50+39=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3227 is #75CDD8. Grayscale: #4B4B4B. Windows color (decimal): -7720409 or 2568842. OLE color: 2568842.
HSL color Cylindrical-coordinate representation of color #8A3227: hue angle of 6.67º 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 #8A3227 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 39 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.46 |
| HSL | 6.67º | 0.56% | 0.35% | - |
| HSV(B) | 6.67º | 0.72% | 0.54% | - |
| XYZ | 11.99 | 7.83 | 2.8 | - |
| YUV | 75.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 39 | 0 | 0.64 | 0.72 | 0.46 | 6.67 | 0.56 | 0.35 |
| Hex | 8A | 32 | 27 | 0 | 40 | 48 | 2E | 7 | 38 | 23 |
| Octal | 212 | 62 | 47 | 0 | 100 | 110 | 56 | 7 | 70 | 43 |
| Binary | 10001010 | 110010 | 100111 | 0 | 1000000 | 1001000 | 101110 | 111 | 111000 | 100011 |
Color Harmonies of #8A3227
Complementary color
Monochromatic Colors of #8A3227
Black with #8A3227
Text Example
Text Example
White with #8A3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3227; }
p { color: rgb(138,50,39); }
H1.HeaderClassName
{
color: #8A3227;
}
.AnyTagClassName
{
color: #8A3227;
}
</style>
background-color css
<style>
a { background-color: #8A3227; }
a { background-color: rgb(138,50,39); }
div.DivClassName
{
background-color: #8A3227;
}
.BgClassName
{
background-color: #8A3227;
}
</style>
border-color css
<style>
span { border-color: #8A3227; }
span { border-color: rgb(138,50,39); }
td.TdClassName
{
border-color: #8A3227;
}
.TagClassName
{
border-color: #8A3227;
}
</style>