Shades of Burnt Umber #9F311A
Tints of Burnt Umber #9F311A
RGB
CMYK
RGB Variations
Color information
#9F311A (or 0x9F311A) is known color: Burnt Umber. HEX triplet: 9F, 31 and 1A. RGB value is (159,49,26). Sum of RGB (Red+Green+Blue) = 159+49+26=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F311A is #60CEE5. Grayscale: #4F4F4F. Windows color (decimal): -6344422 or 1716639. OLE color: 1716639.
HSL color Cylindrical-coordinate representation of color #9F311A: hue angle of 10.38º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F311A is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 26 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.38 |
| HSL | 10.38º | 0.72% | 0.36% | - |
| HSV(B) | 10.38º | 0.84% | 0.62% | - |
| XYZ | 15.58 | 9.64 | 2.02 | - |
| YUV | 79.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 26 | 0 | 0.69 | 0.84 | 0.38 | 10.38 | 0.72 | 0.36 |
| Hex | 9F | 31 | 1A | 0 | 45 | 54 | 26 | A | 48 | 24 |
| Octal | 237 | 61 | 32 | 0 | 105 | 124 | 46 | 12 | 110 | 44 |
| Binary | 10011111 | 110001 | 11010 | 0 | 1000101 | 1010100 | 100110 | 1010 | 1001000 | 100100 |
Color Harmonies of #9F311A
Complementary color
Monochromatic Colors of #9F311A
Black with #9F311A
Text Example
Text Example
White with #9F311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F311A; }
p { color: rgb(159,49,26); }
H1.HeaderClassName
{
color: #9F311A;
}
.AnyTagClassName
{
color: #9F311A;
}
</style>
background-color css
<style>
a { background-color: #9F311A; }
a { background-color: rgb(159,49,26); }
div.DivClassName
{
background-color: #9F311A;
}
.BgClassName
{
background-color: #9F311A;
}
</style>
border-color css
<style>
span { border-color: #9F311A; }
span { border-color: rgb(159,49,26); }
td.TdClassName
{
border-color: #9F311A;
}
.TagClassName
{
border-color: #9F311A;
}
</style>