Shades of Burnt Umber #8A2D27
Tints of Burnt Umber #8A2D27
RGB
CMYK
RGB Variations
Color information
#8A2D27 (or 0x8A2D27) is known color: Burnt Umber. HEX triplet: 8A, 2D and 27. RGB value is (138,45,39). Sum of RGB (Red+Green+Blue) = 138+45+39=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D27 is #75D2D8. Grayscale: #484848. Windows color (decimal): -7721689 or 2567562. OLE color: 2567562.
HSL color Cylindrical-coordinate representation of color #8A2D27: hue angle of 3.64º 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 #8A2D27 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 39 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.46 |
| HSL | 3.64º | 0.56% | 0.35% | - |
| HSV(B) | 3.64º | 0.72% | 0.54% | - |
| XYZ | 11.79 | 7.43 | 2.73 | - |
| YUV | 72.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 39 | 0 | 0.67 | 0.72 | 0.46 | 3.64 | 0.56 | 0.35 |
| Hex | 8A | 2D | 27 | 0 | 43 | 48 | 2E | 4 | 38 | 23 |
| Octal | 212 | 55 | 47 | 0 | 103 | 110 | 56 | 4 | 70 | 43 |
| Binary | 10001010 | 101101 | 100111 | 0 | 1000011 | 1001000 | 101110 | 100 | 111000 | 100011 |
Color Harmonies of #8A2D27
Complementary color
Monochromatic Colors of #8A2D27
Black with #8A2D27
Text Example
Text Example
White with #8A2D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D27; }
p { color: rgb(138,45,39); }
H1.HeaderClassName
{
color: #8A2D27;
}
.AnyTagClassName
{
color: #8A2D27;
}
</style>
background-color css
<style>
a { background-color: #8A2D27; }
a { background-color: rgb(138,45,39); }
div.DivClassName
{
background-color: #8A2D27;
}
.BgClassName
{
background-color: #8A2D27;
}
</style>
border-color css
<style>
span { border-color: #8A2D27; }
span { border-color: rgb(138,45,39); }
td.TdClassName
{
border-color: #8A2D27;
}
.TagClassName
{
border-color: #8A2D27;
}
</style>