Shades of Bronzetone #404B2B
Tints of Bronzetone #404B2B
RGB
CMYK
RGB Variations
Color information
#404B2B (or 0x404B2B) is known color: Bronzetone. HEX triplet: 40, 4B and 2B. RGB value is (64,75,43). Sum of RGB (Red+Green+Blue) = 64+75+43=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 75 - color contains mainly: green. Hex color #404B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B2B is #BFB4D4. Grayscale: #444444. Windows color (decimal): -12563669 or 2837312. OLE color: 2837312.
HSL color Cylindrical-coordinate representation of color #404B2B: hue angle of 80.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404B2B is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 43 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.71 |
| HSL | 80.63º | 0.27% | 0.23% | - |
| HSV(B) | 80.63º | 0.43% | 0.29% | - |
| XYZ | 5.07 | 6.3 | 3.23 | - |
| YUV | 68.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 43 | 0.15 | 0 | 0.43 | 0.71 | 80.63 | 0.27 | 0.23 |
| Hex | 40 | 4B | 2B | F | 0 | 2B | 47 | 51 | 1B | 17 |
| Octal | 100 | 113 | 53 | 17 | 0 | 53 | 107 | 121 | 33 | 27 |
| Binary | 1000000 | 1001011 | 101011 | 1111 | 0 | 101011 | 1000111 | 1010001 | 11011 | 10111 |
Color Harmonies of #404B2B
Complementary color
Monochromatic Colors of #404B2B
Black with #404B2B
Text Example
Text Example
White with #404B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B2B; }
p { color: rgb(64,75,43); }
H1.HeaderClassName
{
color: #404B2B;
}
.AnyTagClassName
{
color: #404B2B;
}
</style>
background-color css
<style>
a { background-color: #404B2B; }
a { background-color: rgb(64,75,43); }
div.DivClassName
{
background-color: #404B2B;
}
.BgClassName
{
background-color: #404B2B;
}
</style>
border-color css
<style>
span { border-color: #404B2B; }
span { border-color: rgb(64,75,43); }
td.TdClassName
{
border-color: #404B2B;
}
.TagClassName
{
border-color: #404B2B;
}
</style>