Shades of Burnt Umber #883014
Tints of Burnt Umber #883014
RGB
CMYK
RGB Variations
Color information
#883014 (or 0x883014) is known color: Burnt Umber. HEX triplet: 88, 30 and 14. RGB value is (136,48,20). Sum of RGB (Red+Green+Blue) = 136+48+20=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #883014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883014 is #77CFEB. Grayscale: #474747. Windows color (decimal): -7852012 or 1323144. OLE color: 1323144.
HSL color Cylindrical-coordinate representation of color #883014: hue angle of 14.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #883014 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 20 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.47 |
| HSL | 14.48º | 0.74% | 0.31% | - |
| HSV(B) | 14.48º | 0.85% | 0.53% | - |
| XYZ | 11.34 | 7.4 | 1.49 | - |
| YUV | 71.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 20 | 0 | 0.65 | 0.85 | 0.47 | 14.48 | 0.74 | 0.31 |
| Hex | 88 | 30 | 14 | 0 | 41 | 55 | 2F | E | 4A | 1F |
| Octal | 210 | 60 | 24 | 0 | 101 | 125 | 57 | 16 | 112 | 37 |
| Binary | 10001000 | 110000 | 10100 | 0 | 1000001 | 1010101 | 101111 | 1110 | 1001010 | 11111 |
Color Harmonies of #883014
Complementary color
Monochromatic Colors of #883014
Black with #883014
Text Example
Text Example
White with #883014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883014; }
p { color: rgb(136,48,20); }
H1.HeaderClassName
{
color: #883014;
}
.AnyTagClassName
{
color: #883014;
}
</style>
background-color css
<style>
a { background-color: #883014; }
a { background-color: rgb(136,48,20); }
div.DivClassName
{
background-color: #883014;
}
.BgClassName
{
background-color: #883014;
}
</style>
border-color css
<style>
span { border-color: #883014; }
span { border-color: rgb(136,48,20); }
td.TdClassName
{
border-color: #883014;
}
.TagClassName
{
border-color: #883014;
}
</style>