Shades of Bronzetone #404528
Tints of Bronzetone #404528
RGB
CMYK
RGB Variations
Color information
#404528 (or 0x404528) is known color: Bronzetone. HEX triplet: 40, 45 and 28. RGB value is (64,69,40). Sum of RGB (Red+Green+Blue) = 64+69+40=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #404528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404528 is #BFBAD7. Grayscale: #404040. Windows color (decimal): -12565208 or 2639168. OLE color: 2639168.
HSL color Cylindrical-coordinate representation of color #404528: hue angle of 70.34º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #404528 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 40 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.73 |
| HSL | 70.34º | 0.27% | 0.21% | - |
| HSV(B) | 70.34º | 0.42% | 0.27% | - |
| XYZ | 4.63 | 5.5 | 2.83 | - |
| YUV | 64.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 40 | 0.07 | 0 | 0.42 | 0.73 | 70.34 | 0.27 | 0.21 |
| Hex | 40 | 45 | 28 | 7 | 0 | 2A | 49 | 46 | 1B | 15 |
| Octal | 100 | 105 | 50 | 7 | 0 | 52 | 111 | 106 | 33 | 25 |
| Binary | 1000000 | 1000101 | 101000 | 111 | 0 | 101010 | 1001001 | 1000110 | 11011 | 10101 |
Color Harmonies of #404528
Complementary color
Monochromatic Colors of #404528
Black with #404528
Text Example
Text Example
White with #404528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404528; }
p { color: rgb(64,69,40); }
H1.HeaderClassName
{
color: #404528;
}
.AnyTagClassName
{
color: #404528;
}
</style>
background-color css
<style>
a { background-color: #404528; }
a { background-color: rgb(64,69,40); }
div.DivClassName
{
background-color: #404528;
}
.BgClassName
{
background-color: #404528;
}
</style>
border-color css
<style>
span { border-color: #404528; }
span { border-color: rgb(64,69,40); }
td.TdClassName
{
border-color: #404528;
}
.TagClassName
{
border-color: #404528;
}
</style>