Shades of Burnt Umber #933010
Tints of Burnt Umber #933010
RGB
CMYK
RGB Variations
Color information
#933010 (or 0x933010) is known color: Burnt Umber. HEX triplet: 93, 30 and 10. RGB value is (147,48,16). Sum of RGB (Red+Green+Blue) = 147+48+16=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #933010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933010 is #6CCFEF. Grayscale: #4A4A4A. Windows color (decimal): -7131120 or 1061011. OLE color: 1061011.
HSL color Cylindrical-coordinate representation of color #933010: hue angle of 14.66º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #933010 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 16 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.42 |
| HSL | 14.66º | 0.8% | 0.32% | - |
| HSV(B) | 14.66º | 0.89% | 0.58% | - |
| XYZ | 13.18 | 8.35 | 1.41 | - |
| YUV | 73.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 16 | 0 | 0.67 | 0.89 | 0.42 | 14.66 | 0.8 | 0.32 |
| Hex | 93 | 30 | 10 | 0 | 43 | 59 | 2A | F | 50 | 20 |
| Octal | 223 | 60 | 20 | 0 | 103 | 131 | 52 | 17 | 120 | 40 |
| Binary | 10010011 | 110000 | 10000 | 0 | 1000011 | 1011001 | 101010 | 1111 | 1010000 | 100000 |
Color Harmonies of #933010
Complementary color
Monochromatic Colors of #933010
Black with #933010
Text Example
Text Example
White with #933010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933010; }
p { color: rgb(147,48,16); }
H1.HeaderClassName
{
color: #933010;
}
.AnyTagClassName
{
color: #933010;
}
</style>
background-color css
<style>
a { background-color: #933010; }
a { background-color: rgb(147,48,16); }
div.DivClassName
{
background-color: #933010;
}
.BgClassName
{
background-color: #933010;
}
</style>
border-color css
<style>
span { border-color: #933010; }
span { border-color: rgb(147,48,16); }
td.TdClassName
{
border-color: #933010;
}
.TagClassName
{
border-color: #933010;
}
</style>