Shades of Deep Bronze #493C2A
Tints of Deep Bronze #493C2A
RGB
CMYK
RGB Variations
Color information
#493C2A (or 0x493C2A) is known color: Deep Bronze. HEX triplet: 49, 3C and 2A. RGB value is (73,60,42). Sum of RGB (Red+Green+Blue) = 73+60+42=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C2A is #B6C3D5. Grayscale: #3D3D3D. Windows color (decimal): -11977686 or 2767945. OLE color: 2767945.
HSL color Cylindrical-coordinate representation of color #493C2A: hue angle of 34.84º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493C2A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 42 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.71 |
| HSL | 34.84º | 0.27% | 0.23% | - |
| HSV(B) | 34.84º | 0.42% | 0.29% | - |
| XYZ | 4.78 | 4.82 | 2.87 | - |
| YUV | 61.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 42 | 0 | 0.18 | 0.42 | 0.71 | 34.84 | 0.27 | 0.23 |
| Hex | 49 | 3C | 2A | 0 | 12 | 2A | 47 | 23 | 1B | 17 |
| Octal | 111 | 74 | 52 | 0 | 22 | 52 | 107 | 43 | 33 | 27 |
| Binary | 1001001 | 111100 | 101010 | 0 | 10010 | 101010 | 1000111 | 100011 | 11011 | 10111 |
Color Harmonies of #493C2A
Complementary color
Monochromatic Colors of #493C2A
Black with #493C2A
Text Example
Text Example
White with #493C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C2A; }
p { color: rgb(73,60,42); }
H1.HeaderClassName
{
color: #493C2A;
}
.AnyTagClassName
{
color: #493C2A;
}
</style>
background-color css
<style>
a { background-color: #493C2A; }
a { background-color: rgb(73,60,42); }
div.DivClassName
{
background-color: #493C2A;
}
.BgClassName
{
background-color: #493C2A;
}
</style>
border-color css
<style>
span { border-color: #493C2A; }
span { border-color: rgb(73,60,42); }
td.TdClassName
{
border-color: #493C2A;
}
.TagClassName
{
border-color: #493C2A;
}
</style>