Shades of Bronzetone #404822
Tints of Bronzetone #404822
RGB
CMYK
RGB Variations
Color information
#404822 (or 0x404822) is known color: Bronzetone. HEX triplet: 40, 48 and 22. RGB value is (64,72,34). Sum of RGB (Red+Green+Blue) = 64+72+34=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #404822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404822 is #BFB7DD. Grayscale: #414141. Windows color (decimal): -12564446 or 2246720. OLE color: 2246720.
HSL color Cylindrical-coordinate representation of color #404822: hue angle of 72.63º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404822 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 34 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.72 |
| HSL | 72.63º | 0.36% | 0.21% | - |
| HSV(B) | 72.63º | 0.53% | 0.28% | - |
| XYZ | 4.72 | 5.84 | 2.39 | - |
| YUV | 65.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 34 | 0.11 | 0 | 0.53 | 0.72 | 72.63 | 0.36 | 0.21 |
| Hex | 40 | 48 | 22 | B | 0 | 35 | 48 | 49 | 24 | 15 |
| Octal | 100 | 110 | 42 | 13 | 0 | 65 | 110 | 111 | 44 | 25 |
| Binary | 1000000 | 1001000 | 100010 | 1011 | 0 | 110101 | 1001000 | 1001001 | 100100 | 10101 |
Color Harmonies of #404822
Complementary color
Monochromatic Colors of #404822
Black with #404822
Text Example
Text Example
White with #404822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404822; }
p { color: rgb(64,72,34); }
H1.HeaderClassName
{
color: #404822;
}
.AnyTagClassName
{
color: #404822;
}
</style>
background-color css
<style>
a { background-color: #404822; }
a { background-color: rgb(64,72,34); }
div.DivClassName
{
background-color: #404822;
}
.BgClassName
{
background-color: #404822;
}
</style>
border-color css
<style>
span { border-color: #404822; }
span { border-color: rgb(64,72,34); }
td.TdClassName
{
border-color: #404822;
}
.TagClassName
{
border-color: #404822;
}
</style>