Shades of Bronzetone #404B20
Tints of Bronzetone #404B20
RGB
CMYK
RGB Variations
Color information
#404B20 (or 0x404B20) is known color: Bronzetone. HEX triplet: 40, 4B and 20. RGB value is (64,75,32). Sum of RGB (Red+Green+Blue) = 64+75+32=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #404B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B20 is #BFB4DF. Grayscale: #424242. Windows color (decimal): -12563680 or 2116416. OLE color: 2116416.
HSL color Cylindrical-coordinate representation of color #404B20: hue angle of 75.35º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404B20 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 32 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.71 |
| HSL | 75.35º | 0.4% | 0.21% | - |
| HSV(B) | 75.35º | 0.57% | 0.29% | - |
| XYZ | 4.89 | 6.23 | 2.31 | - |
| YUV | 66.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 32 | 0.15 | 0 | 0.57 | 0.71 | 75.35 | 0.4 | 0.21 |
| Hex | 40 | 4B | 20 | F | 0 | 39 | 47 | 4B | 28 | 15 |
| Octal | 100 | 113 | 40 | 17 | 0 | 71 | 107 | 113 | 50 | 25 |
| Binary | 1000000 | 1001011 | 100000 | 1111 | 0 | 111001 | 1000111 | 1001011 | 101000 | 10101 |
Color Harmonies of #404B20
Complementary color
Monochromatic Colors of #404B20
Black with #404B20
Text Example
Text Example
White with #404B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B20; }
p { color: rgb(64,75,32); }
H1.HeaderClassName
{
color: #404B20;
}
.AnyTagClassName
{
color: #404B20;
}
</style>
background-color css
<style>
a { background-color: #404B20; }
a { background-color: rgb(64,75,32); }
div.DivClassName
{
background-color: #404B20;
}
.BgClassName
{
background-color: #404B20;
}
</style>
border-color css
<style>
span { border-color: #404B20; }
span { border-color: rgb(64,75,32); }
td.TdClassName
{
border-color: #404B20;
}
.TagClassName
{
border-color: #404B20;
}
</style>