Shades of Burnt Umber #943313
Tints of Burnt Umber #943313
RGB
CMYK
RGB Variations
Color information
#943313 (or 0x943313) is known color: Burnt Umber. HEX triplet: 94, 33 and 13. RGB value is (148,51,19). Sum of RGB (Red+Green+Blue) = 148+51+19=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #943313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943313 is #6BCCEC. Grayscale: #4C4C4C. Windows color (decimal): -7064813 or 1258388. OLE color: 1258388.
HSL color Cylindrical-coordinate representation of color #943313: hue angle of 14.88º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #943313 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 19 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.42 |
| HSL | 14.88º | 0.77% | 0.33% | - |
| HSV(B) | 14.88º | 0.87% | 0.58% | - |
| XYZ | 13.51 | 8.71 | 1.59 | - |
| YUV | 76.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 19 | 0 | 0.66 | 0.87 | 0.42 | 14.88 | 0.77 | 0.33 |
| Hex | 94 | 33 | 13 | 0 | 42 | 57 | 2A | F | 4D | 21 |
| Octal | 224 | 63 | 23 | 0 | 102 | 127 | 52 | 17 | 115 | 41 |
| Binary | 10010100 | 110011 | 10011 | 0 | 1000010 | 1010111 | 101010 | 1111 | 1001101 | 100001 |
Color Harmonies of #943313
Complementary color
Monochromatic Colors of #943313
Black with #943313
Text Example
Text Example
White with #943313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943313; }
p { color: rgb(148,51,19); }
H1.HeaderClassName
{
color: #943313;
}
.AnyTagClassName
{
color: #943313;
}
</style>
background-color css
<style>
a { background-color: #943313; }
a { background-color: rgb(148,51,19); }
div.DivClassName
{
background-color: #943313;
}
.BgClassName
{
background-color: #943313;
}
</style>
border-color css
<style>
span { border-color: #943313; }
span { border-color: rgb(148,51,19); }
td.TdClassName
{
border-color: #943313;
}
.TagClassName
{
border-color: #943313;
}
</style>