Shades of Bronzetone #404A2E
Tints of Bronzetone #404A2E
RGB
CMYK
RGB Variations
Color information
#404A2E (or 0x404A2E) is known color: Bronzetone. HEX triplet: 40, 4A and 2E. RGB value is (64,74,46). Sum of RGB (Red+Green+Blue) = 64+74+46=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #404A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A2E is #BFB5D1. Grayscale: #434343. Windows color (decimal): -12563922 or 3033664. OLE color: 3033664.
HSL color Cylindrical-coordinate representation of color #404A2E: hue angle of 81.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404A2E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 46 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.71 |
| HSL | 81.43º | 0.23% | 0.24% | - |
| HSV(B) | 81.43º | 0.38% | 0.29% | - |
| XYZ | 5.06 | 6.18 | 3.51 | - |
| YUV | 67.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 46 | 0.14 | 0 | 0.38 | 0.71 | 81.43 | 0.23 | 0.24 |
| Hex | 40 | 4A | 2E | E | 0 | 26 | 47 | 51 | 17 | 18 |
| Octal | 100 | 112 | 56 | 16 | 0 | 46 | 107 | 121 | 27 | 30 |
| Binary | 1000000 | 1001010 | 101110 | 1110 | 0 | 100110 | 1000111 | 1010001 | 10111 | 11000 |
Color Harmonies of #404A2E
Complementary color
Monochromatic Colors of #404A2E
Black with #404A2E
Text Example
Text Example
White with #404A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A2E; }
p { color: rgb(64,74,46); }
H1.HeaderClassName
{
color: #404A2E;
}
.AnyTagClassName
{
color: #404A2E;
}
</style>
background-color css
<style>
a { background-color: #404A2E; }
a { background-color: rgb(64,74,46); }
div.DivClassName
{
background-color: #404A2E;
}
.BgClassName
{
background-color: #404A2E;
}
</style>
border-color css
<style>
span { border-color: #404A2E; }
span { border-color: rgb(64,74,46); }
td.TdClassName
{
border-color: #404A2E;
}
.TagClassName
{
border-color: #404A2E;
}
</style>