Shades of Burnt Umber #8F351A
Tints of Burnt Umber #8F351A
RGB
CMYK
RGB Variations
Color information
#8F351A (or 0x8F351A) is known color: Burnt Umber. HEX triplet: 8F, 35 and 1A. RGB value is (143,53,26). Sum of RGB (Red+Green+Blue) = 143+53+26=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F351A is #70CAE5. Grayscale: #4D4D4D. Windows color (decimal): -7391974 or 1717647. OLE color: 1717647.
HSL color Cylindrical-coordinate representation of color #8F351A: hue angle of 13.85º 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 #8F351A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 26 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.44 |
| HSL | 13.85º | 0.69% | 0.33% | - |
| HSV(B) | 13.85º | 0.82% | 0.56% | - |
| XYZ | 12.79 | 8.46 | 1.94 | - |
| YUV | 76.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 26 | 0 | 0.63 | 0.82 | 0.44 | 13.85 | 0.69 | 0.33 |
| Hex | 8F | 35 | 1A | 0 | 3F | 52 | 2C | E | 45 | 21 |
| Octal | 217 | 65 | 32 | 0 | 77 | 122 | 54 | 16 | 105 | 41 |
| Binary | 10001111 | 110101 | 11010 | 0 | 111111 | 1010010 | 101100 | 1110 | 1000101 | 100001 |
Color Harmonies of #8F351A
Complementary color
Monochromatic Colors of #8F351A
Black with #8F351A
Text Example
Text Example
White with #8F351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F351A; }
p { color: rgb(143,53,26); }
H1.HeaderClassName
{
color: #8F351A;
}
.AnyTagClassName
{
color: #8F351A;
}
</style>
background-color css
<style>
a { background-color: #8F351A; }
a { background-color: rgb(143,53,26); }
div.DivClassName
{
background-color: #8F351A;
}
.BgClassName
{
background-color: #8F351A;
}
</style>
border-color css
<style>
span { border-color: #8F351A; }
span { border-color: rgb(143,53,26); }
td.TdClassName
{
border-color: #8F351A;
}
.TagClassName
{
border-color: #8F351A;
}
</style>