Shades of Bronzetone #404828
Tints of Bronzetone #404828
RGB
CMYK
RGB Variations
Color information
#404828 (or 0x404828) is known color: Bronzetone. HEX triplet: 40, 48 and 28. RGB value is (64,72,40). Sum of RGB (Red+Green+Blue) = 64+72+40=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #404828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404828 is #BFB7D7. Grayscale: #424242. Windows color (decimal): -12564440 or 2639936. OLE color: 2639936.
HSL color Cylindrical-coordinate representation of color #404828: hue angle of 75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404828 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 40 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.72 |
| HSL | 75º | 0.29% | 0.22% | - |
| HSV(B) | 75º | 0.44% | 0.28% | - |
| XYZ | 4.81 | 5.88 | 2.89 | - |
| YUV | 65.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 40 | 0.11 | 0 | 0.44 | 0.72 | 75 | 0.29 | 0.22 |
| Hex | 40 | 48 | 28 | B | 0 | 2C | 48 | 4B | 1D | 16 |
| Octal | 100 | 110 | 50 | 13 | 0 | 54 | 110 | 113 | 35 | 26 |
| Binary | 1000000 | 1001000 | 101000 | 1011 | 0 | 101100 | 1001000 | 1001011 | 11101 | 10110 |
Color Harmonies of #404828
Complementary color
Monochromatic Colors of #404828
Black with #404828
Text Example
Text Example
White with #404828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404828; }
p { color: rgb(64,72,40); }
H1.HeaderClassName
{
color: #404828;
}
.AnyTagClassName
{
color: #404828;
}
</style>
background-color css
<style>
a { background-color: #404828; }
a { background-color: rgb(64,72,40); }
div.DivClassName
{
background-color: #404828;
}
.BgClassName
{
background-color: #404828;
}
</style>
border-color css
<style>
span { border-color: #404828; }
span { border-color: rgb(64,72,40); }
td.TdClassName
{
border-color: #404828;
}
.TagClassName
{
border-color: #404828;
}
</style>