Shades of Bronzetone #404525
Tints of Bronzetone #404525
RGB
CMYK
RGB Variations
Color information
#404525 (or 0x404525) is known color: Bronzetone. HEX triplet: 40, 45 and 25. RGB value is (64,69,37). Sum of RGB (Red+Green+Blue) = 64+69+37=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #404525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404525 is #BFBADA. Grayscale: #3F3F3F. Windows color (decimal): -12565211 or 2442560. OLE color: 2442560.
HSL color Cylindrical-coordinate representation of color #404525: hue angle of 69.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404525 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 37 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.73 |
| HSL | 69.38º | 0.3% | 0.21% | - |
| HSV(B) | 69.38º | 0.46% | 0.27% | - |
| XYZ | 4.58 | 5.48 | 2.57 | - |
| YUV | 63.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 37 | 0.07 | 0 | 0.46 | 0.73 | 69.38 | 0.3 | 0.21 |
| Hex | 40 | 45 | 25 | 7 | 0 | 2E | 49 | 45 | 1E | 15 |
| Octal | 100 | 105 | 45 | 7 | 0 | 56 | 111 | 105 | 36 | 25 |
| Binary | 1000000 | 1000101 | 100101 | 111 | 0 | 101110 | 1001001 | 1000101 | 11110 | 10101 |
Color Harmonies of #404525
Complementary color
Monochromatic Colors of #404525
Black with #404525
Text Example
Text Example
White with #404525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404525; }
p { color: rgb(64,69,37); }
H1.HeaderClassName
{
color: #404525;
}
.AnyTagClassName
{
color: #404525;
}
</style>
background-color css
<style>
a { background-color: #404525; }
a { background-color: rgb(64,69,37); }
div.DivClassName
{
background-color: #404525;
}
.BgClassName
{
background-color: #404525;
}
</style>
border-color css
<style>
span { border-color: #404525; }
span { border-color: rgb(64,69,37); }
td.TdClassName
{
border-color: #404525;
}
.TagClassName
{
border-color: #404525;
}
</style>