Shades of Burnt Umber #8F3124
Tints of Burnt Umber #8F3124
RGB
CMYK
RGB Variations
Color information
#8F3124 (or 0x8F3124) is known color: Burnt Umber. HEX triplet: 8F, 31 and 24. RGB value is (143,49,36). Sum of RGB (Red+Green+Blue) = 143+49+36=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3124 is #70CEDB. Grayscale: #4B4B4B. Windows color (decimal): -7392988 or 2371983. OLE color: 2371983.
HSL color Cylindrical-coordinate representation of color #8F3124: hue angle of 7.29º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3124 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 36 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.44 |
| HSL | 7.29º | 0.6% | 0.35% | - |
| HSV(B) | 7.29º | 0.75% | 0.56% | - |
| XYZ | 12.74 | 8.16 | 2.57 | - |
| YUV | 75.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 36 | 0 | 0.66 | 0.75 | 0.44 | 7.29 | 0.6 | 0.35 |
| Hex | 8F | 31 | 24 | 0 | 42 | 4B | 2C | 7 | 3C | 23 |
| Octal | 217 | 61 | 44 | 0 | 102 | 113 | 54 | 7 | 74 | 43 |
| Binary | 10001111 | 110001 | 100100 | 0 | 1000010 | 1001011 | 101100 | 111 | 111100 | 100011 |
Color Harmonies of #8F3124
Complementary color
Monochromatic Colors of #8F3124
Black with #8F3124
Text Example
Text Example
White with #8F3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3124; }
p { color: rgb(143,49,36); }
H1.HeaderClassName
{
color: #8F3124;
}
.AnyTagClassName
{
color: #8F3124;
}
</style>
background-color css
<style>
a { background-color: #8F3124; }
a { background-color: rgb(143,49,36); }
div.DivClassName
{
background-color: #8F3124;
}
.BgClassName
{
background-color: #8F3124;
}
</style>
border-color css
<style>
span { border-color: #8F3124; }
span { border-color: rgb(143,49,36); }
td.TdClassName
{
border-color: #8F3124;
}
.TagClassName
{
border-color: #8F3124;
}
</style>