Shades of Bronzetone #404B2E
Tints of Bronzetone #404B2E
RGB
CMYK
RGB Variations
Color information
#404B2E (or 0x404B2E) is known color: Bronzetone. HEX triplet: 40, 4B and 2E. RGB value is (64,75,46). Sum of RGB (Red+Green+Blue) = 64+75+46=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 75 - color contains mainly: green. Hex color #404B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B2E is #BFB4D1. Grayscale: #444444. Windows color (decimal): -12563666 or 3033920. OLE color: 3033920.
HSL color Cylindrical-coordinate representation of color #404B2E: hue angle of 82.76º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404B2E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 46 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.71 |
| HSL | 82.76º | 0.24% | 0.24% | - |
| HSV(B) | 82.76º | 0.39% | 0.29% | - |
| XYZ | 5.12 | 6.32 | 3.53 | - |
| YUV | 68.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 46 | 0.15 | 0 | 0.39 | 0.71 | 82.76 | 0.24 | 0.24 |
| Hex | 40 | 4B | 2E | F | 0 | 27 | 47 | 53 | 18 | 18 |
| Octal | 100 | 113 | 56 | 17 | 0 | 47 | 107 | 123 | 30 | 30 |
| Binary | 1000000 | 1001011 | 101110 | 1111 | 0 | 100111 | 1000111 | 1010011 | 11000 | 11000 |
Color Harmonies of #404B2E
Complementary color
Monochromatic Colors of #404B2E
Black with #404B2E
Text Example
Text Example
White with #404B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B2E; }
p { color: rgb(64,75,46); }
H1.HeaderClassName
{
color: #404B2E;
}
.AnyTagClassName
{
color: #404B2E;
}
</style>
background-color css
<style>
a { background-color: #404B2E; }
a { background-color: rgb(64,75,46); }
div.DivClassName
{
background-color: #404B2E;
}
.BgClassName
{
background-color: #404B2E;
}
</style>
border-color css
<style>
span { border-color: #404B2E; }
span { border-color: rgb(64,75,46); }
td.TdClassName
{
border-color: #404B2E;
}
.TagClassName
{
border-color: #404B2E;
}
</style>