Shades of Burnt Umber #8F280D
Tints of Burnt Umber #8F280D
RGB
CMYK
RGB Variations
Color information
#8F280D (or 0x8F280D) is known color: Burnt Umber. HEX triplet: 8F, 28 and 0D. RGB value is (143,40,13). Sum of RGB (Red+Green+Blue) = 143+40+13=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F280D is #70D7F2. Grayscale: #434343. Windows color (decimal): -7395315 or 862351. OLE color: 862351.
HSL color Cylindrical-coordinate representation of color #8F280D: hue angle of 12.46º 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 #8F280D is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 40 | 13 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.44 |
| HSL | 12.46º | 0.83% | 0.31% | - |
| HSV(B) | 12.46º | 0.91% | 0.56% | - |
| XYZ | 12.16 | 7.39 | 1.17 | - |
| YUV | 67.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 13 | 0 | 0.72 | 0.91 | 0.44 | 12.46 | 0.83 | 0.31 |
| Hex | 8F | 28 | D | 0 | 48 | 5B | 2C | C | 53 | 1F |
| Octal | 217 | 50 | 15 | 0 | 110 | 133 | 54 | 14 | 123 | 37 |
| Binary | 10001111 | 101000 | 1101 | 0 | 1001000 | 1011011 | 101100 | 1100 | 1010011 | 11111 |
Color Harmonies of #8F280D
Complementary color
Monochromatic Colors of #8F280D
Black with #8F280D
Text Example
Text Example
White with #8F280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F280D; }
p { color: rgb(143,40,13); }
H1.HeaderClassName
{
color: #8F280D;
}
.AnyTagClassName
{
color: #8F280D;
}
</style>
background-color css
<style>
a { background-color: #8F280D; }
a { background-color: rgb(143,40,13); }
div.DivClassName
{
background-color: #8F280D;
}
.BgClassName
{
background-color: #8F280D;
}
</style>
border-color css
<style>
span { border-color: #8F280D; }
span { border-color: rgb(143,40,13); }
td.TdClassName
{
border-color: #8F280D;
}
.TagClassName
{
border-color: #8F280D;
}
</style>