Shades of Burnt Umber #8F2B0C
Tints of Burnt Umber #8F2B0C
RGB
CMYK
RGB Variations
Color information
#8F2B0C (or 0x8F2B0C) is known color: Burnt Umber. HEX triplet: 8F, 2B and 0C. RGB value is (143,43,12). Sum of RGB (Red+Green+Blue) = 143+43+12=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2B0C is #70D4F3. Grayscale: #454545. Windows color (decimal): -7394548 or 797583. OLE color: 797583.
HSL color Cylindrical-coordinate representation of color #8F2B0C: hue angle of 14.2º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F2B0C is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 12 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.44 |
| HSL | 14.2º | 0.85% | 0.3% | - |
| HSV(B) | 14.2º | 0.92% | 0.56% | - |
| XYZ | 12.26 | 7.59 | 1.17 | - |
| YUV | 69.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 12 | 0 | 0.70 | 0.92 | 0.44 | 14.2 | 0.85 | 0.3 |
| Hex | 8F | 2B | C | 0 | 46 | 5C | 2C | E | 55 | 1E |
| Octal | 217 | 53 | 14 | 0 | 106 | 134 | 54 | 16 | 125 | 36 |
| Binary | 10001111 | 101011 | 1100 | 0 | 1000110 | 1011100 | 101100 | 1110 | 1010101 | 11110 |
Color Harmonies of #8F2B0C
Complementary color
Monochromatic Colors of #8F2B0C
Black with #8F2B0C
Text Example
Text Example
White with #8F2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B0C; }
p { color: rgb(143,43,12); }
H1.HeaderClassName
{
color: #8F2B0C;
}
.AnyTagClassName
{
color: #8F2B0C;
}
</style>
background-color css
<style>
a { background-color: #8F2B0C; }
a { background-color: rgb(143,43,12); }
div.DivClassName
{
background-color: #8F2B0C;
}
.BgClassName
{
background-color: #8F2B0C;
}
</style>
border-color css
<style>
span { border-color: #8F2B0C; }
span { border-color: rgb(143,43,12); }
td.TdClassName
{
border-color: #8F2B0C;
}
.TagClassName
{
border-color: #8F2B0C;
}
</style>