Shades of Deep Bronze #493C2C
Tints of Deep Bronze #493C2C
RGB
CMYK
RGB Variations
Color information
#493C2C (or 0x493C2C) is known color: Deep Bronze. HEX triplet: 49, 3C and 2C. RGB value is (73,60,44). Sum of RGB (Red+Green+Blue) = 73+60+44=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2C is #B6C3D3. Grayscale: #3E3E3E. Windows color (decimal): -11977684 or 2899017. OLE color: 2899017.
HSL color Cylindrical-coordinate representation of color #493C2C: hue angle of 33.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #493C2C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 44 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.71 |
| HSL | 33.1º | 0.25% | 0.23% | - |
| HSV(B) | 33.1º | 0.4% | 0.29% | - |
| XYZ | 4.82 | 4.83 | 3.06 | - |
| YUV | 62.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 44 | 0 | 0.18 | 0.40 | 0.71 | 33.1 | 0.25 | 0.23 |
| Hex | 49 | 3C | 2C | 0 | 12 | 28 | 47 | 21 | 19 | 17 |
| Octal | 111 | 74 | 54 | 0 | 22 | 50 | 107 | 41 | 31 | 27 |
| Binary | 1001001 | 111100 | 101100 | 0 | 10010 | 101000 | 1000111 | 100001 | 11001 | 10111 |
Color Harmonies of #493C2C
Complementary color
Monochromatic Colors of #493C2C
Black with #493C2C
Text Example
Text Example
White with #493C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C2C; }
p { color: rgb(73,60,44); }
H1.HeaderClassName
{
color: #493C2C;
}
.AnyTagClassName
{
color: #493C2C;
}
</style>
background-color css
<style>
a { background-color: #493C2C; }
a { background-color: rgb(73,60,44); }
div.DivClassName
{
background-color: #493C2C;
}
.BgClassName
{
background-color: #493C2C;
}
</style>
border-color css
<style>
span { border-color: #493C2C; }
span { border-color: rgb(73,60,44); }
td.TdClassName
{
border-color: #493C2C;
}
.TagClassName
{
border-color: #493C2C;
}
</style>