Shades of Bronzetone #404A23
Tints of Bronzetone #404A23
RGB
CMYK
RGB Variations
Color information
#404A23 (or 0x404A23) is known color: Bronzetone. HEX triplet: 40, 4A and 23. RGB value is (64,74,35). Sum of RGB (Red+Green+Blue) = 64+74+35=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #404A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A23 is #BFB5DC. Grayscale: #424242. Windows color (decimal): -12563933 or 2312768. OLE color: 2312768.
HSL color Cylindrical-coordinate representation of color #404A23: hue angle of 75.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404A23 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 35 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.71 |
| HSL | 75.38º | 0.36% | 0.21% | - |
| HSV(B) | 75.38º | 0.53% | 0.29% | - |
| XYZ | 4.87 | 6.11 | 2.51 | - |
| YUV | 66.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 35 | 0.14 | 0 | 0.53 | 0.71 | 75.38 | 0.36 | 0.21 |
| Hex | 40 | 4A | 23 | E | 0 | 35 | 47 | 4B | 24 | 15 |
| Octal | 100 | 112 | 43 | 16 | 0 | 65 | 107 | 113 | 44 | 25 |
| Binary | 1000000 | 1001010 | 100011 | 1110 | 0 | 110101 | 1000111 | 1001011 | 100100 | 10101 |
Color Harmonies of #404A23
Complementary color
Monochromatic Colors of #404A23
Black with #404A23
Text Example
Text Example
White with #404A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A23; }
p { color: rgb(64,74,35); }
H1.HeaderClassName
{
color: #404A23;
}
.AnyTagClassName
{
color: #404A23;
}
</style>
background-color css
<style>
a { background-color: #404A23; }
a { background-color: rgb(64,74,35); }
div.DivClassName
{
background-color: #404A23;
}
.BgClassName
{
background-color: #404A23;
}
</style>
border-color css
<style>
span { border-color: #404A23; }
span { border-color: rgb(64,74,35); }
td.TdClassName
{
border-color: #404A23;
}
.TagClassName
{
border-color: #404A23;
}
</style>