Shades of Bronzetone #405122
Tints of Bronzetone #405122
RGB
CMYK
RGB Variations
Color information
#405122 (or 0x405122) is known color: Bronzetone. HEX triplet: 40, 51 and 22. RGB value is (64,81,34). Sum of RGB (Red+Green+Blue) = 64+81+34=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #405122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405122 is #BFAEDD. Grayscale: #464646. Windows color (decimal): -12562142 or 2249024. OLE color: 2249024.
HSL color Cylindrical-coordinate representation of color #405122: hue angle of 81.7º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405122 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 34 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.68 |
| HSL | 81.7º | 0.41% | 0.23% | - |
| HSV(B) | 81.7º | 0.58% | 0.32% | - |
| XYZ | 5.35 | 7.09 | 2.6 | - |
| YUV | 70.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 34 | 0.21 | 0 | 0.58 | 0.68 | 81.7 | 0.41 | 0.23 |
| Hex | 40 | 51 | 22 | 15 | 0 | 3A | 44 | 52 | 29 | 17 |
| Octal | 100 | 121 | 42 | 25 | 0 | 72 | 104 | 122 | 51 | 27 |
| Binary | 1000000 | 1010001 | 100010 | 10101 | 0 | 111010 | 1000100 | 1010010 | 101001 | 10111 |
Color Harmonies of #405122
Complementary color
Monochromatic Colors of #405122
Black with #405122
Text Example
Text Example
White with #405122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405122; }
p { color: rgb(64,81,34); }
H1.HeaderClassName
{
color: #405122;
}
.AnyTagClassName
{
color: #405122;
}
</style>
background-color css
<style>
a { background-color: #405122; }
a { background-color: rgb(64,81,34); }
div.DivClassName
{
background-color: #405122;
}
.BgClassName
{
background-color: #405122;
}
</style>
border-color css
<style>
span { border-color: #405122; }
span { border-color: rgb(64,81,34); }
td.TdClassName
{
border-color: #405122;
}
.TagClassName
{
border-color: #405122;
}
</style>