Shades of Bronzetone #404F20
Tints of Bronzetone #404F20
RGB
CMYK
RGB Variations
Color information
#404F20 (or 0x404F20) is known color: Bronzetone. HEX triplet: 40, 4F and 20. RGB value is (64,79,32). Sum of RGB (Red+Green+Blue) = 64+79+32=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #404F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F20 is #BFB0DF. Grayscale: #454545. Windows color (decimal): -12562656 or 2117440. OLE color: 2117440.
HSL color Cylindrical-coordinate representation of color #404F20: hue angle of 79.15º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404F20 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 32 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.69 |
| HSL | 79.15º | 0.42% | 0.22% | - |
| HSV(B) | 79.15º | 0.59% | 0.31% | - |
| XYZ | 5.17 | 6.79 | 2.4 | - |
| YUV | 69.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 32 | 0.19 | 0 | 0.59 | 0.69 | 79.15 | 0.42 | 0.22 |
| Hex | 40 | 4F | 20 | 13 | 0 | 3B | 45 | 4F | 2A | 16 |
| Octal | 100 | 117 | 40 | 23 | 0 | 73 | 105 | 117 | 52 | 26 |
| Binary | 1000000 | 1001111 | 100000 | 10011 | 0 | 111011 | 1000101 | 1001111 | 101010 | 10110 |
Color Harmonies of #404F20
Complementary color
Monochromatic Colors of #404F20
Black with #404F20
Text Example
Text Example
White with #404F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F20; }
p { color: rgb(64,79,32); }
H1.HeaderClassName
{
color: #404F20;
}
.AnyTagClassName
{
color: #404F20;
}
</style>
background-color css
<style>
a { background-color: #404F20; }
a { background-color: rgb(64,79,32); }
div.DivClassName
{
background-color: #404F20;
}
.BgClassName
{
background-color: #404F20;
}
</style>
border-color css
<style>
span { border-color: #404F20; }
span { border-color: rgb(64,79,32); }
td.TdClassName
{
border-color: #404F20;
}
.TagClassName
{
border-color: #404F20;
}
</style>