Shades of Burnt Umber #8F3314
Tints of Burnt Umber #8F3314
RGB
CMYK
RGB Variations
Color information
#8F3314 (or 0x8F3314) is known color: Burnt Umber. HEX triplet: 8F, 33 and 14. RGB value is (143,51,20). Sum of RGB (Red+Green+Blue) = 143+51+20=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3314 is #70CCEB. Grayscale: #4B4B4B. Windows color (decimal): -7392492 or 1323919. OLE color: 1323919.
HSL color Cylindrical-coordinate representation of color #8F3314: hue angle of 15.12º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F3314 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 20 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.44 |
| HSL | 15.12º | 0.75% | 0.32% | - |
| HSV(B) | 15.12º | 0.86% | 0.56% | - |
| XYZ | 12.64 | 8.26 | 1.59 | - |
| YUV | 74.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 20 | 0 | 0.64 | 0.86 | 0.44 | 15.12 | 0.75 | 0.32 |
| Hex | 8F | 33 | 14 | 0 | 40 | 56 | 2C | F | 4B | 20 |
| Octal | 217 | 63 | 24 | 0 | 100 | 126 | 54 | 17 | 113 | 40 |
| Binary | 10001111 | 110011 | 10100 | 0 | 1000000 | 1010110 | 101100 | 1111 | 1001011 | 100000 |
Color Harmonies of #8F3314
Complementary color
Monochromatic Colors of #8F3314
Black with #8F3314
Text Example
Text Example
White with #8F3314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3314; }
p { color: rgb(143,51,20); }
H1.HeaderClassName
{
color: #8F3314;
}
.AnyTagClassName
{
color: #8F3314;
}
</style>
background-color css
<style>
a { background-color: #8F3314; }
a { background-color: rgb(143,51,20); }
div.DivClassName
{
background-color: #8F3314;
}
.BgClassName
{
background-color: #8F3314;
}
</style>
border-color css
<style>
span { border-color: #8F3314; }
span { border-color: rgb(143,51,20); }
td.TdClassName
{
border-color: #8F3314;
}
.TagClassName
{
border-color: #8F3314;
}
</style>