Shades of Bronzetone #404C23
Tints of Bronzetone #404C23
RGB
CMYK
RGB Variations
Color information
#404C23 (or 0x404C23) is known color: Bronzetone. HEX triplet: 40, 4C and 23. RGB value is (64,76,35). Sum of RGB (Red+Green+Blue) = 64+76+35=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #404C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C23 is #BFB3DC. Grayscale: #434343. Windows color (decimal): -12563421 or 2313280. OLE color: 2313280.
HSL color Cylindrical-coordinate representation of color #404C23: hue angle of 77.56º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #404C23 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 35 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.70 |
| HSL | 77.56º | 0.37% | 0.22% | - |
| HSV(B) | 77.56º | 0.54% | 0.3% | - |
| XYZ | 5 | 6.38 | 2.56 | - |
| YUV | 67.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 35 | 0.16 | 0 | 0.54 | 0.70 | 77.56 | 0.37 | 0.22 |
| Hex | 40 | 4C | 23 | 10 | 0 | 36 | 46 | 4E | 25 | 16 |
| Octal | 100 | 114 | 43 | 20 | 0 | 66 | 106 | 116 | 45 | 26 |
| Binary | 1000000 | 1001100 | 100011 | 10000 | 0 | 110110 | 1000110 | 1001110 | 100101 | 10110 |
Color Harmonies of #404C23
Complementary color
Monochromatic Colors of #404C23
Black with #404C23
Text Example
Text Example
White with #404C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C23; }
p { color: rgb(64,76,35); }
H1.HeaderClassName
{
color: #404C23;
}
.AnyTagClassName
{
color: #404C23;
}
</style>
background-color css
<style>
a { background-color: #404C23; }
a { background-color: rgb(64,76,35); }
div.DivClassName
{
background-color: #404C23;
}
.BgClassName
{
background-color: #404C23;
}
</style>
border-color css
<style>
span { border-color: #404C23; }
span { border-color: rgb(64,76,35); }
td.TdClassName
{
border-color: #404C23;
}
.TagClassName
{
border-color: #404C23;
}
</style>