Shades of Bronzetone #404C1D
Tints of Bronzetone #404C1D
RGB
CMYK
RGB Variations
Color information
#404C1D (or 0x404C1D) is known color: Bronzetone. HEX triplet: 40, 4C and 1D. RGB value is (64,76,29). Sum of RGB (Red+Green+Blue) = 64+76+29=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #404C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C1D is #BFB3E2. Grayscale: #434343. Windows color (decimal): -12563427 or 1920064. OLE color: 1920064.
HSL color Cylindrical-coordinate representation of color #404C1D: hue angle of 75.32º 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 #404C1D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 29 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.70 |
| HSL | 75.32º | 0.45% | 0.21% | - |
| HSV(B) | 75.32º | 0.62% | 0.3% | - |
| XYZ | 4.92 | 6.35 | 2.13 | - |
| YUV | 67.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 29 | 0.16 | 0 | 0.62 | 0.70 | 75.32 | 0.45 | 0.21 |
| Hex | 40 | 4C | 1D | 10 | 0 | 3E | 46 | 4B | 2D | 15 |
| Octal | 100 | 114 | 35 | 20 | 0 | 76 | 106 | 113 | 55 | 25 |
| Binary | 1000000 | 1001100 | 11101 | 10000 | 0 | 111110 | 1000110 | 1001011 | 101101 | 10101 |
Color Harmonies of #404C1D
Complementary color
Monochromatic Colors of #404C1D
Black with #404C1D
Text Example
Text Example
White with #404C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C1D; }
p { color: rgb(64,76,29); }
H1.HeaderClassName
{
color: #404C1D;
}
.AnyTagClassName
{
color: #404C1D;
}
</style>
background-color css
<style>
a { background-color: #404C1D; }
a { background-color: rgb(64,76,29); }
div.DivClassName
{
background-color: #404C1D;
}
.BgClassName
{
background-color: #404C1D;
}
</style>
border-color css
<style>
span { border-color: #404C1D; }
span { border-color: rgb(64,76,29); }
td.TdClassName
{
border-color: #404C1D;
}
.TagClassName
{
border-color: #404C1D;
}
</style>