Shades of Burnt Umber #8F2A19
Tints of Burnt Umber #8F2A19
RGB
CMYK
RGB Variations
Color information
#8F2A19 (or 0x8F2A19) is known color: Burnt Umber. HEX triplet: 8F, 2A and 19. RGB value is (143,42,25). Sum of RGB (Red+Green+Blue) = 143+42+25=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2A19 is #70D5E6. Grayscale: #464646. Windows color (decimal): -7394791 or 1649295. OLE color: 1649295.
HSL color Cylindrical-coordinate representation of color #8F2A19: hue angle of 8.64º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F2A19 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 25 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.44 |
| HSL | 8.64º | 0.7% | 0.33% | - |
| HSV(B) | 8.64º | 0.83% | 0.56% | - |
| XYZ | 12.33 | 7.57 | 1.73 | - |
| YUV | 70.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 25 | 0 | 0.71 | 0.83 | 0.44 | 8.64 | 0.7 | 0.33 |
| Hex | 8F | 2A | 19 | 0 | 47 | 53 | 2C | 9 | 46 | 21 |
| Octal | 217 | 52 | 31 | 0 | 107 | 123 | 54 | 11 | 106 | 41 |
| Binary | 10001111 | 101010 | 11001 | 0 | 1000111 | 1010011 | 101100 | 1001 | 1000110 | 100001 |
Color Harmonies of #8F2A19
Complementary color
Monochromatic Colors of #8F2A19
Black with #8F2A19
Text Example
Text Example
White with #8F2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A19; }
p { color: rgb(143,42,25); }
H1.HeaderClassName
{
color: #8F2A19;
}
.AnyTagClassName
{
color: #8F2A19;
}
</style>
background-color css
<style>
a { background-color: #8F2A19; }
a { background-color: rgb(143,42,25); }
div.DivClassName
{
background-color: #8F2A19;
}
.BgClassName
{
background-color: #8F2A19;
}
</style>
border-color css
<style>
span { border-color: #8F2A19; }
span { border-color: rgb(143,42,25); }
td.TdClassName
{
border-color: #8F2A19;
}
.TagClassName
{
border-color: #8F2A19;
}
</style>