Shades of Deep Bronze #493E2B
Tints of Deep Bronze #493E2B
RGB
CMYK
RGB Variations
Color information
#493E2B (or 0x493E2B) is known color: Deep Bronze. HEX triplet: 49, 3E and 2B. RGB value is (73,62,43). Sum of RGB (Red+Green+Blue) = 73+62+43=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2B is #B6C1D4. Grayscale: #3F3F3F. Windows color (decimal): -11977173 or 2833993. OLE color: 2833993.
HSL color Cylindrical-coordinate representation of color #493E2B: hue angle of 38º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493E2B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 62 | 43 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.71 |
| HSL | 38º | 0.26% | 0.23% | - |
| HSV(B) | 38º | 0.41% | 0.29% | - |
| XYZ | 4.91 | 5.04 | 3 | - |
| YUV | 63.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 43 | 0 | 0.15 | 0.41 | 0.71 | 38 | 0.26 | 0.23 |
| Hex | 49 | 3E | 2B | 0 | F | 29 | 47 | 26 | 1A | 17 |
| Octal | 111 | 76 | 53 | 0 | 17 | 51 | 107 | 46 | 32 | 27 |
| Binary | 1001001 | 111110 | 101011 | 0 | 1111 | 101001 | 1000111 | 100110 | 11010 | 10111 |
Color Harmonies of #493E2B
Complementary color
Monochromatic Colors of #493E2B
Black with #493E2B
Text Example
Text Example
White with #493E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E2B; }
p { color: rgb(73,62,43); }
H1.HeaderClassName
{
color: #493E2B;
}
.AnyTagClassName
{
color: #493E2B;
}
</style>
background-color css
<style>
a { background-color: #493E2B; }
a { background-color: rgb(73,62,43); }
div.DivClassName
{
background-color: #493E2B;
}
.BgClassName
{
background-color: #493E2B;
}
</style>
border-color css
<style>
span { border-color: #493E2B; }
span { border-color: rgb(73,62,43); }
td.TdClassName
{
border-color: #493E2B;
}
.TagClassName
{
border-color: #493E2B;
}
</style>