Shades of Bronzetone #404C28
Tints of Bronzetone #404C28
RGB
CMYK
RGB Variations
Color information
#404C28 (or 0x404C28) is known color: Bronzetone. HEX triplet: 40, 4C and 28. RGB value is (64,76,40). Sum of RGB (Red+Green+Blue) = 64+76+40=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #404C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C28 is #BFB3D7. Grayscale: #444444. Windows color (decimal): -12563416 or 2640960. OLE color: 2640960.
HSL color Cylindrical-coordinate representation of color #404C28: hue angle of 80º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404C28 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 40 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.70 |
| HSL | 80º | 0.31% | 0.23% | - |
| HSV(B) | 80º | 0.47% | 0.3% | - |
| XYZ | 5.08 | 6.41 | 2.98 | - |
| YUV | 68.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 40 | 0.16 | 0 | 0.47 | 0.70 | 80 | 0.31 | 0.23 |
| Hex | 40 | 4C | 28 | 10 | 0 | 2F | 46 | 50 | 1F | 17 |
| Octal | 100 | 114 | 50 | 20 | 0 | 57 | 106 | 120 | 37 | 27 |
| Binary | 1000000 | 1001100 | 101000 | 10000 | 0 | 101111 | 1000110 | 1010000 | 11111 | 10111 |
Color Harmonies of #404C28
Complementary color
Monochromatic Colors of #404C28
Black with #404C28
Text Example
Text Example
White with #404C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C28; }
p { color: rgb(64,76,40); }
H1.HeaderClassName
{
color: #404C28;
}
.AnyTagClassName
{
color: #404C28;
}
</style>
background-color css
<style>
a { background-color: #404C28; }
a { background-color: rgb(64,76,40); }
div.DivClassName
{
background-color: #404C28;
}
.BgClassName
{
background-color: #404C28;
}
</style>
border-color css
<style>
span { border-color: #404C28; }
span { border-color: rgb(64,76,40); }
td.TdClassName
{
border-color: #404C28;
}
.TagClassName
{
border-color: #404C28;
}
</style>