Shades of Burnt Umber #8F260D
Tints of Burnt Umber #8F260D
RGB
CMYK
RGB Variations
Color information
#8F260D (or 0x8F260D) is known color: Burnt Umber. HEX triplet: 8F, 26 and 0D. RGB value is (143,38,13). Sum of RGB (Red+Green+Blue) = 143+38+13=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F260D is #70D9F2. Grayscale: #424242. Windows color (decimal): -7395827 or 861839. OLE color: 861839.
HSL color Cylindrical-coordinate representation of color #8F260D: hue angle of 11.54º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F260D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 13 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.44 |
| HSL | 11.54º | 0.83% | 0.31% | - |
| HSV(B) | 11.54º | 0.91% | 0.56% | - |
| XYZ | 12.09 | 7.25 | 1.14 | - |
| YUV | 66.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 13 | 0 | 0.73 | 0.91 | 0.44 | 11.54 | 0.83 | 0.31 |
| Hex | 8F | 26 | D | 0 | 49 | 5B | 2C | C | 53 | 1F |
| Octal | 217 | 46 | 15 | 0 | 111 | 133 | 54 | 14 | 123 | 37 |
| Binary | 10001111 | 100110 | 1101 | 0 | 1001001 | 1011011 | 101100 | 1100 | 1010011 | 11111 |
Color Harmonies of #8F260D
Complementary color
Monochromatic Colors of #8F260D
Black with #8F260D
Text Example
Text Example
White with #8F260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F260D; }
p { color: rgb(143,38,13); }
H1.HeaderClassName
{
color: #8F260D;
}
.AnyTagClassName
{
color: #8F260D;
}
</style>
background-color css
<style>
a { background-color: #8F260D; }
a { background-color: rgb(143,38,13); }
div.DivClassName
{
background-color: #8F260D;
}
.BgClassName
{
background-color: #8F260D;
}
</style>
border-color css
<style>
span { border-color: #8F260D; }
span { border-color: rgb(143,38,13); }
td.TdClassName
{
border-color: #8F260D;
}
.TagClassName
{
border-color: #8F260D;
}
</style>