Shades of Burnt Umber #8F3A1A
Tints of Burnt Umber #8F3A1A
RGB
CMYK
RGB Variations
Color information
#8F3A1A (or 0x8F3A1A) is known color: Burnt Umber. HEX triplet: 8F, 3A and 1A. RGB value is (143,58,26). Sum of RGB (Red+Green+Blue) = 143+58+26=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A1A is #70C5E5. Grayscale: #4F4F4F. Windows color (decimal): -7390694 or 1718927. OLE color: 1718927.
HSL color Cylindrical-coordinate representation of color #8F3A1A: hue angle of 16.41º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F3A1A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 26 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.44 |
| HSL | 16.41º | 0.69% | 0.33% | - |
| HSV(B) | 16.41º | 0.82% | 0.56% | - |
| XYZ | 13.03 | 8.94 | 2.02 | - |
| YUV | 79.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 26 | 0 | 0.59 | 0.82 | 0.44 | 16.41 | 0.69 | 0.33 |
| Hex | 8F | 3A | 1A | 0 | 3B | 52 | 2C | 10 | 45 | 21 |
| Octal | 217 | 72 | 32 | 0 | 73 | 122 | 54 | 20 | 105 | 41 |
| Binary | 10001111 | 111010 | 11010 | 0 | 111011 | 1010010 | 101100 | 10000 | 1000101 | 100001 |
Color Harmonies of #8F3A1A
Complementary color
Monochromatic Colors of #8F3A1A
Black with #8F3A1A
Text Example
Text Example
White with #8F3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A1A; }
p { color: rgb(143,58,26); }
H1.HeaderClassName
{
color: #8F3A1A;
}
.AnyTagClassName
{
color: #8F3A1A;
}
</style>
background-color css
<style>
a { background-color: #8F3A1A; }
a { background-color: rgb(143,58,26); }
div.DivClassName
{
background-color: #8F3A1A;
}
.BgClassName
{
background-color: #8F3A1A;
}
</style>
border-color css
<style>
span { border-color: #8F3A1A; }
span { border-color: rgb(143,58,26); }
td.TdClassName
{
border-color: #8F3A1A;
}
.TagClassName
{
border-color: #8F3A1A;
}
</style>