Shades of Burnt Umber #8F2D25
Tints of Burnt Umber #8F2D25
RGB
CMYK
RGB Variations
Color information
#8F2D25 (or 0x8F2D25) is known color: Burnt Umber. HEX triplet: 8F, 2D and 25. RGB value is (143,45,37). Sum of RGB (Red+Green+Blue) = 143+45+37=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2D25 is #70D2DA. Grayscale: #494949. Windows color (decimal): -7394011 or 2436495. OLE color: 2436495.
HSL color Cylindrical-coordinate representation of color #8F2D25: hue angle of 4.53º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F2D25 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 37 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.44 |
| HSL | 4.53º | 0.59% | 0.35% | - |
| HSV(B) | 4.53º | 0.74% | 0.56% | - |
| XYZ | 12.6 | 7.85 | 2.6 | - |
| YUV | 73.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 37 | 0 | 0.69 | 0.74 | 0.44 | 4.53 | 0.59 | 0.35 |
| Hex | 8F | 2D | 25 | 0 | 45 | 4A | 2C | 5 | 3B | 23 |
| Octal | 217 | 55 | 45 | 0 | 105 | 112 | 54 | 5 | 73 | 43 |
| Binary | 10001111 | 101101 | 100101 | 0 | 1000101 | 1001010 | 101100 | 101 | 111011 | 100011 |
Color Harmonies of #8F2D25
Complementary color
Monochromatic Colors of #8F2D25
Black with #8F2D25
Text Example
Text Example
White with #8F2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D25; }
p { color: rgb(143,45,37); }
H1.HeaderClassName
{
color: #8F2D25;
}
.AnyTagClassName
{
color: #8F2D25;
}
</style>
background-color css
<style>
a { background-color: #8F2D25; }
a { background-color: rgb(143,45,37); }
div.DivClassName
{
background-color: #8F2D25;
}
.BgClassName
{
background-color: #8F2D25;
}
</style>
border-color css
<style>
span { border-color: #8F2D25; }
span { border-color: rgb(143,45,37); }
td.TdClassName
{
border-color: #8F2D25;
}
.TagClassName
{
border-color: #8F2D25;
}
</style>