Shades of Deep Bronze #493C2B
Tints of Deep Bronze #493C2B
RGB
CMYK
RGB Variations
Color information
#493C2B (or 0x493C2B) is known color: Deep Bronze. HEX triplet: 49, 3C and 2B. RGB value is (73,60,43). Sum of RGB (Red+Green+Blue) = 73+60+43=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2B is #B6C3D4. Grayscale: #3E3E3E. Windows color (decimal): -11977685 or 2833481. OLE color: 2833481.
HSL color Cylindrical-coordinate representation of color #493C2B: hue angle of 34º 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 #493C2B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 43 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.71 |
| HSL | 34º | 0.26% | 0.23% | - |
| HSV(B) | 34º | 0.41% | 0.29% | - |
| XYZ | 4.8 | 4.82 | 2.96 | - |
| YUV | 61.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 43 | 0 | 0.18 | 0.41 | 0.71 | 34 | 0.26 | 0.23 |
| Hex | 49 | 3C | 2B | 0 | 12 | 29 | 47 | 22 | 1A | 17 |
| Octal | 111 | 74 | 53 | 0 | 22 | 51 | 107 | 42 | 32 | 27 |
| Binary | 1001001 | 111100 | 101011 | 0 | 10010 | 101001 | 1000111 | 100010 | 11010 | 10111 |
Color Harmonies of #493C2B
Complementary color
Monochromatic Colors of #493C2B
Black with #493C2B
Text Example
Text Example
White with #493C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C2B; }
p { color: rgb(73,60,43); }
H1.HeaderClassName
{
color: #493C2B;
}
.AnyTagClassName
{
color: #493C2B;
}
</style>
background-color css
<style>
a { background-color: #493C2B; }
a { background-color: rgb(73,60,43); }
div.DivClassName
{
background-color: #493C2B;
}
.BgClassName
{
background-color: #493C2B;
}
</style>
border-color css
<style>
span { border-color: #493C2B; }
span { border-color: rgb(73,60,43); }
td.TdClassName
{
border-color: #493C2B;
}
.TagClassName
{
border-color: #493C2B;
}
</style>