Shades of Bronzetone #404D28
Tints of Bronzetone #404D28
RGB
CMYK
RGB Variations
Color information
#404D28 (or 0x404D28) is known color: Bronzetone. HEX triplet: 40, 4D and 28. RGB value is (64,77,40). Sum of RGB (Red+Green+Blue) = 64+77+40=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #404D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D28 is #BFB2D7. Grayscale: #454545. Windows color (decimal): -12563160 or 2641216. OLE color: 2641216.
HSL color Cylindrical-coordinate representation of color #404D28: hue angle of 81.08º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #404D28 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 40 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.70 |
| HSL | 81.08º | 0.32% | 0.23% | - |
| HSV(B) | 81.08º | 0.48% | 0.3% | - |
| XYZ | 5.15 | 6.55 | 3 | - |
| YUV | 68.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 40 | 0.17 | 0 | 0.48 | 0.70 | 81.08 | 0.32 | 0.23 |
| Hex | 40 | 4D | 28 | 11 | 0 | 30 | 46 | 51 | 20 | 17 |
| Octal | 100 | 115 | 50 | 21 | 0 | 60 | 106 | 121 | 40 | 27 |
| Binary | 1000000 | 1001101 | 101000 | 10001 | 0 | 110000 | 1000110 | 1010001 | 100000 | 10111 |
Color Harmonies of #404D28
Complementary color
Monochromatic Colors of #404D28
Black with #404D28
Text Example
Text Example
White with #404D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D28; }
p { color: rgb(64,77,40); }
H1.HeaderClassName
{
color: #404D28;
}
.AnyTagClassName
{
color: #404D28;
}
</style>
background-color css
<style>
a { background-color: #404D28; }
a { background-color: rgb(64,77,40); }
div.DivClassName
{
background-color: #404D28;
}
.BgClassName
{
background-color: #404D28;
}
</style>
border-color css
<style>
span { border-color: #404D28; }
span { border-color: rgb(64,77,40); }
td.TdClassName
{
border-color: #404D28;
}
.TagClassName
{
border-color: #404D28;
}
</style>