Shades of Burnt Umber #803117
Tints of Burnt Umber #803117
RGB
CMYK
RGB Variations
Color information
#803117 (or 0x803117) is known color: Burnt Umber. HEX triplet: 80, 31 and 17. RGB value is (128,49,23). Sum of RGB (Red+Green+Blue) = 128+49+23=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #803117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803117 is #7FCEE8. Grayscale: #454545. Windows color (decimal): -8376041 or 1520000. OLE color: 1520000.
HSL color Cylindrical-coordinate representation of color #803117: hue angle of 14.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #803117 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 23 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.50 |
| HSL | 14.86º | 0.7% | 0.3% | - |
| HSV(B) | 14.86º | 0.82% | 0.5% | - |
| XYZ | 10.16 | 6.85 | 1.6 | - |
| YUV | 69.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 23 | 0 | 0.62 | 0.82 | 0.50 | 14.86 | 0.7 | 0.3 |
| Hex | 80 | 31 | 17 | 0 | 3E | 52 | 32 | F | 46 | 1E |
| Octal | 200 | 61 | 27 | 0 | 76 | 122 | 62 | 17 | 106 | 36 |
| Binary | 10000000 | 110001 | 10111 | 0 | 111110 | 1010010 | 110010 | 1111 | 1000110 | 11110 |
Color Harmonies of #803117
Complementary color
Monochromatic Colors of #803117
Black with #803117
Text Example
Text Example
White with #803117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803117; }
p { color: rgb(128,49,23); }
H1.HeaderClassName
{
color: #803117;
}
.AnyTagClassName
{
color: #803117;
}
</style>
background-color css
<style>
a { background-color: #803117; }
a { background-color: rgb(128,49,23); }
div.DivClassName
{
background-color: #803117;
}
.BgClassName
{
background-color: #803117;
}
</style>
border-color css
<style>
span { border-color: #803117; }
span { border-color: rgb(128,49,23); }
td.TdClassName
{
border-color: #803117;
}
.TagClassName
{
border-color: #803117;
}
</style>