Shades of Deep Bronze #493D2B
Tints of Deep Bronze #493D2B
RGB
CMYK
RGB Variations
Color information
#493D2B (or 0x493D2B) is known color: Deep Bronze. HEX triplet: 49, 3D and 2B. RGB value is (73,61,43). Sum of RGB (Red+Green+Blue) = 73+61+43=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D2B is #B6C2D4. Grayscale: #3E3E3E. Windows color (decimal): -11977429 or 2833737. OLE color: 2833737.
HSL color Cylindrical-coordinate representation of color #493D2B: hue angle of 36º 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 #493D2B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 43 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.71 |
| HSL | 36º | 0.26% | 0.23% | - |
| HSV(B) | 36º | 0.41% | 0.29% | - |
| XYZ | 4.85 | 4.93 | 2.98 | - |
| YUV | 62.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 43 | 0 | 0.16 | 0.41 | 0.71 | 36 | 0.26 | 0.23 |
| Hex | 49 | 3D | 2B | 0 | 10 | 29 | 47 | 24 | 1A | 17 |
| Octal | 111 | 75 | 53 | 0 | 20 | 51 | 107 | 44 | 32 | 27 |
| Binary | 1001001 | 111101 | 101011 | 0 | 10000 | 101001 | 1000111 | 100100 | 11010 | 10111 |
Color Harmonies of #493D2B
Complementary color
Monochromatic Colors of #493D2B
Black with #493D2B
Text Example
Text Example
White with #493D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D2B; }
p { color: rgb(73,61,43); }
H1.HeaderClassName
{
color: #493D2B;
}
.AnyTagClassName
{
color: #493D2B;
}
</style>
background-color css
<style>
a { background-color: #493D2B; }
a { background-color: rgb(73,61,43); }
div.DivClassName
{
background-color: #493D2B;
}
.BgClassName
{
background-color: #493D2B;
}
</style>
border-color css
<style>
span { border-color: #493D2B; }
span { border-color: rgb(73,61,43); }
td.TdClassName
{
border-color: #493D2B;
}
.TagClassName
{
border-color: #493D2B;
}
</style>