Shades of Deep Bronze #493E2E
Tints of Deep Bronze #493E2E
RGB
CMYK
RGB Variations
Color information
#493E2E (or 0x493E2E) is known color: Deep Bronze. HEX triplet: 49, 3E and 2E. RGB value is (73,62,46). Sum of RGB (Red+Green+Blue) = 73+62+46=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2E is #B6C1D1. Grayscale: #3F3F3F. Windows color (decimal): -11977170 or 3030601. OLE color: 3030601.
HSL color Cylindrical-coordinate representation of color #493E2E: hue angle of 35.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493E2E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 46 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.71 |
| HSL | 35.56º | 0.23% | 0.23% | - |
| HSV(B) | 35.56º | 0.37% | 0.29% | - |
| XYZ | 4.96 | 5.06 | 3.3 | - |
| YUV | 63.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 46 | 0 | 0.15 | 0.37 | 0.71 | 35.56 | 0.23 | 0.23 |
| Hex | 49 | 3E | 2E | 0 | F | 25 | 47 | 24 | 17 | 17 |
| Octal | 111 | 76 | 56 | 0 | 17 | 45 | 107 | 44 | 27 | 27 |
| Binary | 1001001 | 111110 | 101110 | 0 | 1111 | 100101 | 1000111 | 100100 | 10111 | 10111 |
Color Harmonies of #493E2E
Complementary color
Monochromatic Colors of #493E2E
Black with #493E2E
Text Example
Text Example
White with #493E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E2E; }
p { color: rgb(73,62,46); }
H1.HeaderClassName
{
color: #493E2E;
}
.AnyTagClassName
{
color: #493E2E;
}
</style>
background-color css
<style>
a { background-color: #493E2E; }
a { background-color: rgb(73,62,46); }
div.DivClassName
{
background-color: #493E2E;
}
.BgClassName
{
background-color: #493E2E;
}
</style>
border-color css
<style>
span { border-color: #493E2E; }
span { border-color: rgb(73,62,46); }
td.TdClassName
{
border-color: #493E2E;
}
.TagClassName
{
border-color: #493E2E;
}
</style>