Shades of Burnt Umber #943314
Tints of Burnt Umber #943314
RGB
CMYK
RGB Variations
Color information
#943314 (or 0x943314) is known color: Burnt Umber. HEX triplet: 94, 33 and 14. RGB value is (148,51,20). Sum of RGB (Red+Green+Blue) = 148+51+20=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #943314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943314 is #6BCCEB. Grayscale: #4C4C4C. Windows color (decimal): -7064812 or 1323924. OLE color: 1323924.
HSL color Cylindrical-coordinate representation of color #943314: hue angle of 14.53º 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 #943314 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 20 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.42 |
| HSL | 14.53º | 0.76% | 0.33% | - |
| HSV(B) | 14.53º | 0.86% | 0.58% | - |
| XYZ | 13.52 | 8.71 | 1.63 | - |
| YUV | 76.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 20 | 0 | 0.66 | 0.86 | 0.42 | 14.53 | 0.76 | 0.33 |
| Hex | 94 | 33 | 14 | 0 | 42 | 56 | 2A | F | 4C | 21 |
| Octal | 224 | 63 | 24 | 0 | 102 | 126 | 52 | 17 | 114 | 41 |
| Binary | 10010100 | 110011 | 10100 | 0 | 1000010 | 1010110 | 101010 | 1111 | 1001100 | 100001 |
Color Harmonies of #943314
Complementary color
Monochromatic Colors of #943314
Black with #943314
Text Example
Text Example
White with #943314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943314; }
p { color: rgb(148,51,20); }
H1.HeaderClassName
{
color: #943314;
}
.AnyTagClassName
{
color: #943314;
}
</style>
background-color css
<style>
a { background-color: #943314; }
a { background-color: rgb(148,51,20); }
div.DivClassName
{
background-color: #943314;
}
.BgClassName
{
background-color: #943314;
}
</style>
border-color css
<style>
span { border-color: #943314; }
span { border-color: rgb(148,51,20); }
td.TdClassName
{
border-color: #943314;
}
.TagClassName
{
border-color: #943314;
}
</style>