Shades of Burnt Umber #933014
Tints of Burnt Umber #933014
RGB
CMYK
RGB Variations
Color information
#933014 (or 0x933014) is known color: Burnt Umber. HEX triplet: 93, 30 and 14. RGB value is (147,48,20). Sum of RGB (Red+Green+Blue) = 147+48+20=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #933014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933014 is #6CCFEB. Grayscale: #4A4A4A. Windows color (decimal): -7131116 or 1323155. OLE color: 1323155.
HSL color Cylindrical-coordinate representation of color #933014: hue angle of 13.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #933014 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 20 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.42 |
| HSL | 13.23º | 0.76% | 0.33% | - |
| HSV(B) | 13.23º | 0.86% | 0.58% | - |
| XYZ | 13.22 | 8.37 | 1.58 | - |
| YUV | 74.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 20 | 0 | 0.67 | 0.86 | 0.42 | 13.23 | 0.76 | 0.33 |
| Hex | 93 | 30 | 14 | 0 | 43 | 56 | 2A | D | 4C | 21 |
| Octal | 223 | 60 | 24 | 0 | 103 | 126 | 52 | 15 | 114 | 41 |
| Binary | 10010011 | 110000 | 10100 | 0 | 1000011 | 1010110 | 101010 | 1101 | 1001100 | 100001 |
Color Harmonies of #933014
Complementary color
Monochromatic Colors of #933014
Black with #933014
Text Example
Text Example
White with #933014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933014; }
p { color: rgb(147,48,20); }
H1.HeaderClassName
{
color: #933014;
}
.AnyTagClassName
{
color: #933014;
}
</style>
background-color css
<style>
a { background-color: #933014; }
a { background-color: rgb(147,48,20); }
div.DivClassName
{
background-color: #933014;
}
.BgClassName
{
background-color: #933014;
}
</style>
border-color css
<style>
span { border-color: #933014; }
span { border-color: rgb(147,48,20); }
td.TdClassName
{
border-color: #933014;
}
.TagClassName
{
border-color: #933014;
}
</style>