Shades of Bronzetone #404F22
Tints of Bronzetone #404F22
RGB
CMYK
RGB Variations
Color information
#404F22 (or 0x404F22) is known color: Bronzetone. HEX triplet: 40, 4F and 22. RGB value is (64,79,34). Sum of RGB (Red+Green+Blue) = 64+79+34=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #404F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F22 is #BFB0DD. Grayscale: #454545. Windows color (decimal): -12562654 or 2248512. OLE color: 2248512.
HSL color Cylindrical-coordinate representation of color #404F22: hue angle of 80º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404F22 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 34 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.69 |
| HSL | 80º | 0.4% | 0.22% | - |
| HSV(B) | 80º | 0.57% | 0.31% | - |
| XYZ | 5.2 | 6.8 | 2.55 | - |
| YUV | 69.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 34 | 0.19 | 0 | 0.57 | 0.69 | 80 | 0.4 | 0.22 |
| Hex | 40 | 4F | 22 | 13 | 0 | 39 | 45 | 50 | 28 | 16 |
| Octal | 100 | 117 | 42 | 23 | 0 | 71 | 105 | 120 | 50 | 26 |
| Binary | 1000000 | 1001111 | 100010 | 10011 | 0 | 111001 | 1000101 | 1010000 | 101000 | 10110 |
Color Harmonies of #404F22
Complementary color
Monochromatic Colors of #404F22
Black with #404F22
Text Example
Text Example
White with #404F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F22; }
p { color: rgb(64,79,34); }
H1.HeaderClassName
{
color: #404F22;
}
.AnyTagClassName
{
color: #404F22;
}
</style>
background-color css
<style>
a { background-color: #404F22; }
a { background-color: rgb(64,79,34); }
div.DivClassName
{
background-color: #404F22;
}
.BgClassName
{
background-color: #404F22;
}
</style>
border-color css
<style>
span { border-color: #404F22; }
span { border-color: rgb(64,79,34); }
td.TdClassName
{
border-color: #404F22;
}
.TagClassName
{
border-color: #404F22;
}
</style>