Shades of Bronzetone #404520
Tints of Bronzetone #404520
RGB
CMYK
RGB Variations
Color information
#404520 (or 0x404520) is known color: Bronzetone. HEX triplet: 40, 45 and 20. RGB value is (64,69,32). Sum of RGB (Red+Green+Blue) = 64+69+32=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #404520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404520 is #BFBADF. Grayscale: #3F3F3F. Windows color (decimal): -12565216 or 2114880. OLE color: 2114880.
HSL color Cylindrical-coordinate representation of color #404520: hue angle of 68.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404520 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 32 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.73 |
| HSL | 68.11º | 0.37% | 0.2% | - |
| HSV(B) | 68.11º | 0.54% | 0.27% | - |
| XYZ | 4.5 | 5.45 | 2.18 | - |
| YUV | 63.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 32 | 0.07 | 0 | 0.54 | 0.73 | 68.11 | 0.37 | 0.2 |
| Hex | 40 | 45 | 20 | 7 | 0 | 36 | 49 | 44 | 25 | 14 |
| Octal | 100 | 105 | 40 | 7 | 0 | 66 | 111 | 104 | 45 | 24 |
| Binary | 1000000 | 1000101 | 100000 | 111 | 0 | 110110 | 1001001 | 1000100 | 100101 | 10100 |
Color Harmonies of #404520
Complementary color
Monochromatic Colors of #404520
Black with #404520
Text Example
Text Example
White with #404520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404520; }
p { color: rgb(64,69,32); }
H1.HeaderClassName
{
color: #404520;
}
.AnyTagClassName
{
color: #404520;
}
</style>
background-color css
<style>
a { background-color: #404520; }
a { background-color: rgb(64,69,32); }
div.DivClassName
{
background-color: #404520;
}
.BgClassName
{
background-color: #404520;
}
</style>
border-color css
<style>
span { border-color: #404520; }
span { border-color: rgb(64,69,32); }
td.TdClassName
{
border-color: #404520;
}
.TagClassName
{
border-color: #404520;
}
</style>