Shades of Bronzetone #404B28
Tints of Bronzetone #404B28
RGB
CMYK
RGB Variations
Color information
#404B28 (or 0x404B28) is known color: Bronzetone. HEX triplet: 40, 4B and 28. RGB value is (64,75,40). Sum of RGB (Red+Green+Blue) = 64+75+40=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #404B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B28 is #BFB4D7. Grayscale: #434343. Windows color (decimal): -12563672 or 2640704. OLE color: 2640704.
HSL color Cylindrical-coordinate representation of color #404B28: hue angle of 78.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404B28 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 40 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.71 |
| HSL | 78.86º | 0.3% | 0.23% | - |
| HSV(B) | 78.86º | 0.47% | 0.29% | - |
| XYZ | 5.01 | 6.28 | 2.95 | - |
| YUV | 67.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 40 | 0.15 | 0 | 0.47 | 0.71 | 78.86 | 0.3 | 0.23 |
| Hex | 40 | 4B | 28 | F | 0 | 2F | 47 | 4F | 1E | 17 |
| Octal | 100 | 113 | 50 | 17 | 0 | 57 | 107 | 117 | 36 | 27 |
| Binary | 1000000 | 1001011 | 101000 | 1111 | 0 | 101111 | 1000111 | 1001111 | 11110 | 10111 |
Color Harmonies of #404B28
Complementary color
Monochromatic Colors of #404B28
Black with #404B28
Text Example
Text Example
White with #404B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B28; }
p { color: rgb(64,75,40); }
H1.HeaderClassName
{
color: #404B28;
}
.AnyTagClassName
{
color: #404B28;
}
</style>
background-color css
<style>
a { background-color: #404B28; }
a { background-color: rgb(64,75,40); }
div.DivClassName
{
background-color: #404B28;
}
.BgClassName
{
background-color: #404B28;
}
</style>
border-color css
<style>
span { border-color: #404B28; }
span { border-color: rgb(64,75,40); }
td.TdClassName
{
border-color: #404B28;
}
.TagClassName
{
border-color: #404B28;
}
</style>