Shades of Bronzetone #404D1D
Tints of Bronzetone #404D1D
RGB
CMYK
RGB Variations
Color information
#404D1D (or 0x404D1D) is known color: Bronzetone. HEX triplet: 40, 4D and 1D. RGB value is (64,77,29). Sum of RGB (Red+Green+Blue) = 64+77+29=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 77 - color contains mainly: green. Hex color #404D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D1D is #BFB2E2. Grayscale: #434343. Windows color (decimal): -12563171 or 1920320. OLE color: 1920320.
HSL color Cylindrical-coordinate representation of color #404D1D: hue angle of 76.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #404D1D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 29 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.70 |
| HSL | 76.25º | 0.45% | 0.21% | - |
| HSV(B) | 76.25º | 0.62% | 0.3% | - |
| XYZ | 4.99 | 6.49 | 2.15 | - |
| YUV | 67.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 29 | 0.17 | 0 | 0.62 | 0.70 | 76.25 | 0.45 | 0.21 |
| Hex | 40 | 4D | 1D | 11 | 0 | 3E | 46 | 4C | 2D | 15 |
| Octal | 100 | 115 | 35 | 21 | 0 | 76 | 106 | 114 | 55 | 25 |
| Binary | 1000000 | 1001101 | 11101 | 10001 | 0 | 111110 | 1000110 | 1001100 | 101101 | 10101 |
Color Harmonies of #404D1D
Complementary color
Monochromatic Colors of #404D1D
Black with #404D1D
Text Example
Text Example
White with #404D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D1D; }
p { color: rgb(64,77,29); }
H1.HeaderClassName
{
color: #404D1D;
}
.AnyTagClassName
{
color: #404D1D;
}
</style>
background-color css
<style>
a { background-color: #404D1D; }
a { background-color: rgb(64,77,29); }
div.DivClassName
{
background-color: #404D1D;
}
.BgClassName
{
background-color: #404D1D;
}
</style>
border-color css
<style>
span { border-color: #404D1D; }
span { border-color: rgb(64,77,29); }
td.TdClassName
{
border-color: #404D1D;
}
.TagClassName
{
border-color: #404D1D;
}
</style>