Shades of Burnt Umber #8F3321
Tints of Burnt Umber #8F3321
RGB
CMYK
RGB Variations
Color information
#8F3321 (or 0x8F3321) is known color: Burnt Umber. HEX triplet: 8F, 33 and 21. RGB value is (143,51,33). Sum of RGB (Red+Green+Blue) = 143+51+33=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3321 is #70CCDE. Grayscale: #4C4C4C. Windows color (decimal): -7392479 or 2175887. OLE color: 2175887.
HSL color Cylindrical-coordinate representation of color #8F3321: hue angle of 9.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F3321 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 33 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.44 |
| HSL | 9.82º | 0.63% | 0.35% | - |
| HSV(B) | 9.82º | 0.77% | 0.56% | - |
| XYZ | 12.79 | 8.32 | 2.37 | - |
| YUV | 76.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 33 | 0 | 0.64 | 0.77 | 0.44 | 9.82 | 0.63 | 0.35 |
| Hex | 8F | 33 | 21 | 0 | 40 | 4D | 2C | A | 3E | 23 |
| Octal | 217 | 63 | 41 | 0 | 100 | 115 | 54 | 12 | 76 | 43 |
| Binary | 10001111 | 110011 | 100001 | 0 | 1000000 | 1001101 | 101100 | 1010 | 111110 | 100011 |
Color Harmonies of #8F3321
Complementary color
Monochromatic Colors of #8F3321
Black with #8F3321
Text Example
Text Example
White with #8F3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3321; }
p { color: rgb(143,51,33); }
H1.HeaderClassName
{
color: #8F3321;
}
.AnyTagClassName
{
color: #8F3321;
}
</style>
background-color css
<style>
a { background-color: #8F3321; }
a { background-color: rgb(143,51,33); }
div.DivClassName
{
background-color: #8F3321;
}
.BgClassName
{
background-color: #8F3321;
}
</style>
border-color css
<style>
span { border-color: #8F3321; }
span { border-color: rgb(143,51,33); }
td.TdClassName
{
border-color: #8F3321;
}
.TagClassName
{
border-color: #8F3321;
}
</style>