Shades of Burnt Umber #8F3127
Tints of Burnt Umber #8F3127
RGB
CMYK
RGB Variations
Color information
#8F3127 (or 0x8F3127) is known color: Burnt Umber. HEX triplet: 8F, 31 and 27. RGB value is (143,49,39). Sum of RGB (Red+Green+Blue) = 143+49+39=231 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.90% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3127 is #70CED8. Grayscale: #4C4C4C. Windows color (decimal): -7392985 or 2568591. OLE color: 2568591.
HSL color Cylindrical-coordinate representation of color #8F3127: hue angle of 5.77º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3127 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 39 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.44 |
| HSL | 5.77º | 0.57% | 0.36% | - |
| HSV(B) | 5.77º | 0.73% | 0.56% | - |
| XYZ | 12.79 | 8.18 | 2.82 | - |
| YUV | 75.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 39 | 0 | 0.66 | 0.73 | 0.44 | 5.77 | 0.57 | 0.36 |
| Hex | 8F | 31 | 27 | 0 | 42 | 49 | 2C | 6 | 39 | 24 |
| Octal | 217 | 61 | 47 | 0 | 102 | 111 | 54 | 6 | 71 | 44 |
| Binary | 10001111 | 110001 | 100111 | 0 | 1000010 | 1001001 | 101100 | 110 | 111001 | 100100 |
Color Harmonies of #8F3127
Complementary color
Monochromatic Colors of #8F3127
Black with #8F3127
Text Example
Text Example
White with #8F3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3127; }
p { color: rgb(143,49,39); }
H1.HeaderClassName
{
color: #8F3127;
}
.AnyTagClassName
{
color: #8F3127;
}
</style>
background-color css
<style>
a { background-color: #8F3127; }
a { background-color: rgb(143,49,39); }
div.DivClassName
{
background-color: #8F3127;
}
.BgClassName
{
background-color: #8F3127;
}
</style>
border-color css
<style>
span { border-color: #8F3127; }
span { border-color: rgb(143,49,39); }
td.TdClassName
{
border-color: #8F3127;
}
.TagClassName
{
border-color: #8F3127;
}
</style>