Shades of Burnt Umber #8F2F28
Tints of Burnt Umber #8F2F28
RGB
CMYK
RGB Variations
Color information
#8F2F28 (or 0x8F2F28) is known color: Burnt Umber. HEX triplet: 8F, 2F and 28. RGB value is (143,47,40). Sum of RGB (Red+Green+Blue) = 143+47+40=230 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.17% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F28 is #70D0D7. Grayscale: #4B4B4B. Windows color (decimal): -7393496 or 2633615. OLE color: 2633615.
HSL color Cylindrical-coordinate representation of color #8F2F28: hue angle of 4.08º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F2F28 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 40 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.44 |
| HSL | 4.08º | 0.56% | 0.36% | - |
| HSV(B) | 4.08º | 0.72% | 0.56% | - |
| XYZ | 12.73 | 8.03 | 2.89 | - |
| YUV | 74.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 40 | 0 | 0.67 | 0.72 | 0.44 | 4.08 | 0.56 | 0.36 |
| Hex | 8F | 2F | 28 | 0 | 43 | 48 | 2C | 4 | 38 | 24 |
| Octal | 217 | 57 | 50 | 0 | 103 | 110 | 54 | 4 | 70 | 44 |
| Binary | 10001111 | 101111 | 101000 | 0 | 1000011 | 1001000 | 101100 | 100 | 111000 | 100100 |
Color Harmonies of #8F2F28
Complementary color
Monochromatic Colors of #8F2F28
Black with #8F2F28
Text Example
Text Example
White with #8F2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F28; }
p { color: rgb(143,47,40); }
H1.HeaderClassName
{
color: #8F2F28;
}
.AnyTagClassName
{
color: #8F2F28;
}
</style>
background-color css
<style>
a { background-color: #8F2F28; }
a { background-color: rgb(143,47,40); }
div.DivClassName
{
background-color: #8F2F28;
}
.BgClassName
{
background-color: #8F2F28;
}
</style>
border-color css
<style>
span { border-color: #8F2F28; }
span { border-color: rgb(143,47,40); }
td.TdClassName
{
border-color: #8F2F28;
}
.TagClassName
{
border-color: #8F2F28;
}
</style>