Shades of Deep Bronze #493F31
Tints of Deep Bronze #493F31
RGB
CMYK
RGB Variations
Color information
#493F31 (or 0x493F31) is known color: Deep Bronze. HEX triplet: 49, 3F and 31. RGB value is (73,63,49). Sum of RGB (Red+Green+Blue) = 73+63+49=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #493F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F31 is #B6C0CE. Grayscale: #404040. Windows color (decimal): -11976911 or 3227465. OLE color: 3227465.
HSL color Cylindrical-coordinate representation of color #493F31: hue angle of 35º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493F31 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 49 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.71 |
| HSL | 35º | 0.2% | 0.24% | - |
| HSV(B) | 35º | 0.33% | 0.29% | - |
| XYZ | 5.08 | 5.19 | 3.64 | - |
| YUV | 64.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 49 | 0 | 0.14 | 0.33 | 0.71 | 35 | 0.2 | 0.24 |
| Hex | 49 | 3F | 31 | 0 | E | 21 | 47 | 23 | 14 | 18 |
| Octal | 111 | 77 | 61 | 0 | 16 | 41 | 107 | 43 | 24 | 30 |
| Binary | 1001001 | 111111 | 110001 | 0 | 1110 | 100001 | 1000111 | 100011 | 10100 | 11000 |
Color Harmonies of #493F31
Complementary color
Monochromatic Colors of #493F31
Black with #493F31
Text Example
Text Example
White with #493F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F31; }
p { color: rgb(73,63,49); }
H1.HeaderClassName
{
color: #493F31;
}
.AnyTagClassName
{
color: #493F31;
}
</style>
background-color css
<style>
a { background-color: #493F31; }
a { background-color: rgb(73,63,49); }
div.DivClassName
{
background-color: #493F31;
}
.BgClassName
{
background-color: #493F31;
}
</style>
border-color css
<style>
span { border-color: #493F31; }
span { border-color: rgb(73,63,49); }
td.TdClassName
{
border-color: #493F31;
}
.TagClassName
{
border-color: #493F31;
}
</style>