Shades of Bronzetone #404729
Tints of Bronzetone #404729
RGB
CMYK
RGB Variations
Color information
#404729 (or 0x404729) is known color: Bronzetone. HEX triplet: 40, 47 and 29. RGB value is (64,71,41). Sum of RGB (Red+Green+Blue) = 64+71+41=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #404729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404729 is #BFB8D6. Grayscale: #414141. Windows color (decimal): -12564695 or 2705216. OLE color: 2705216.
HSL color Cylindrical-coordinate representation of color #404729: hue angle of 74º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404729 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 41 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.72 |
| HSL | 74º | 0.27% | 0.22% | - |
| HSV(B) | 74º | 0.42% | 0.28% | - |
| XYZ | 4.77 | 5.76 | 2.96 | - |
| YUV | 65.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 41 | 0.10 | 0 | 0.42 | 0.72 | 74 | 0.27 | 0.22 |
| Hex | 40 | 47 | 29 | A | 0 | 2A | 48 | 4A | 1B | 16 |
| Octal | 100 | 107 | 51 | 12 | 0 | 52 | 110 | 112 | 33 | 26 |
| Binary | 1000000 | 1000111 | 101001 | 1010 | 0 | 101010 | 1001000 | 1001010 | 11011 | 10110 |
Color Harmonies of #404729
Complementary color
Monochromatic Colors of #404729
Black with #404729
Text Example
Text Example
White with #404729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404729; }
p { color: rgb(64,71,41); }
H1.HeaderClassName
{
color: #404729;
}
.AnyTagClassName
{
color: #404729;
}
</style>
background-color css
<style>
a { background-color: #404729; }
a { background-color: rgb(64,71,41); }
div.DivClassName
{
background-color: #404729;
}
.BgClassName
{
background-color: #404729;
}
</style>
border-color css
<style>
span { border-color: #404729; }
span { border-color: rgb(64,71,41); }
td.TdClassName
{
border-color: #404729;
}
.TagClassName
{
border-color: #404729;
}
</style>