Shades of Burnt Umber #8A270F
Tints of Burnt Umber #8A270F
RGB
CMYK
RGB Variations
Color information
#8A270F (or 0x8A270F) is known color: Burnt Umber. HEX triplet: 8A, 27 and 0F. RGB value is (138,39,15). Sum of RGB (Red+Green+Blue) = 138+39+15=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A270F is #75D8F0. Grayscale: #424242. Windows color (decimal): -7723249 or 993162. OLE color: 993162.
HSL color Cylindrical-coordinate representation of color #8A270F: hue angle of 11.71º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A270F is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 39 | 15 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.46 |
| HSL | 11.71º | 0.8% | 0.3% | - |
| HSV(B) | 11.71º | 0.89% | 0.54% | - |
| XYZ | 11.29 | 6.89 | 1.19 | - |
| YUV | 65.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 15 | 0 | 0.72 | 0.89 | 0.46 | 11.71 | 0.8 | 0.3 |
| Hex | 8A | 27 | F | 0 | 48 | 59 | 2E | C | 50 | 1E |
| Octal | 212 | 47 | 17 | 0 | 110 | 131 | 56 | 14 | 120 | 36 |
| Binary | 10001010 | 100111 | 1111 | 0 | 1001000 | 1011001 | 101110 | 1100 | 1010000 | 11110 |
Color Harmonies of #8A270F
Complementary color
Monochromatic Colors of #8A270F
Black with #8A270F
Text Example
Text Example
White with #8A270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A270F; }
p { color: rgb(138,39,15); }
H1.HeaderClassName
{
color: #8A270F;
}
.AnyTagClassName
{
color: #8A270F;
}
</style>
background-color css
<style>
a { background-color: #8A270F; }
a { background-color: rgb(138,39,15); }
div.DivClassName
{
background-color: #8A270F;
}
.BgClassName
{
background-color: #8A270F;
}
</style>
border-color css
<style>
span { border-color: #8A270F; }
span { border-color: rgb(138,39,15); }
td.TdClassName
{
border-color: #8A270F;
}
.TagClassName
{
border-color: #8A270F;
}
</style>