Shades of Bronzetone #404725
Tints of Bronzetone #404725
RGB
CMYK
RGB Variations
Color information
#404725 (or 0x404725) is known color: Bronzetone. HEX triplet: 40, 47 and 25. RGB value is (64,71,37). Sum of RGB (Red+Green+Blue) = 64+71+37=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #404725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404725 is #BFB8DA. Grayscale: #414141. Windows color (decimal): -12564699 or 2443072. OLE color: 2443072.
HSL color Cylindrical-coordinate representation of color #404725: hue angle of 72.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404725 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 37 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.72 |
| HSL | 72.35º | 0.31% | 0.21% | - |
| HSV(B) | 72.35º | 0.48% | 0.28% | - |
| XYZ | 4.7 | 5.73 | 2.61 | - |
| YUV | 65.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 37 | 0.10 | 0 | 0.48 | 0.72 | 72.35 | 0.31 | 0.21 |
| Hex | 40 | 47 | 25 | A | 0 | 30 | 48 | 48 | 1F | 15 |
| Octal | 100 | 107 | 45 | 12 | 0 | 60 | 110 | 110 | 37 | 25 |
| Binary | 1000000 | 1000111 | 100101 | 1010 | 0 | 110000 | 1001000 | 1001000 | 11111 | 10101 |
Color Harmonies of #404725
Complementary color
Monochromatic Colors of #404725
Black with #404725
Text Example
Text Example
White with #404725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404725; }
p { color: rgb(64,71,37); }
H1.HeaderClassName
{
color: #404725;
}
.AnyTagClassName
{
color: #404725;
}
</style>
background-color css
<style>
a { background-color: #404725; }
a { background-color: rgb(64,71,37); }
div.DivClassName
{
background-color: #404725;
}
.BgClassName
{
background-color: #404725;
}
</style>
border-color css
<style>
span { border-color: #404725; }
span { border-color: rgb(64,71,37); }
td.TdClassName
{
border-color: #404725;
}
.TagClassName
{
border-color: #404725;
}
</style>