Shades of Bronzetone #404D1F
Tints of Bronzetone #404D1F
RGB
CMYK
RGB Variations
Color information
#404D1F (or 0x404D1F) is known color: Bronzetone. HEX triplet: 40, 4D and 1F. RGB value is (64,77,31). Sum of RGB (Red+Green+Blue) = 64+77+31=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #404D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D1F is #BFB2E0. Grayscale: #444444. Windows color (decimal): -12563169 or 2051392. OLE color: 2051392.
HSL color Cylindrical-coordinate representation of color #404D1F: hue angle of 76.96º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #404D1F is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 31 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.70 |
| HSL | 76.96º | 0.43% | 0.21% | - |
| HSV(B) | 76.96º | 0.6% | 0.3% | - |
| XYZ | 5.02 | 6.5 | 2.29 | - |
| YUV | 67.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 31 | 0.17 | 0 | 0.60 | 0.70 | 76.96 | 0.43 | 0.21 |
| Hex | 40 | 4D | 1F | 11 | 0 | 3C | 46 | 4D | 2B | 15 |
| Octal | 100 | 115 | 37 | 21 | 0 | 74 | 106 | 115 | 53 | 25 |
| Binary | 1000000 | 1001101 | 11111 | 10001 | 0 | 111100 | 1000110 | 1001101 | 101011 | 10101 |
Color Harmonies of #404D1F
Complementary color
Monochromatic Colors of #404D1F
Black with #404D1F
Text Example
Text Example
White with #404D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D1F; }
p { color: rgb(64,77,31); }
H1.HeaderClassName
{
color: #404D1F;
}
.AnyTagClassName
{
color: #404D1F;
}
</style>
background-color css
<style>
a { background-color: #404D1F; }
a { background-color: rgb(64,77,31); }
div.DivClassName
{
background-color: #404D1F;
}
.BgClassName
{
background-color: #404D1F;
}
</style>
border-color css
<style>
span { border-color: #404D1F; }
span { border-color: rgb(64,77,31); }
td.TdClassName
{
border-color: #404D1F;
}
.TagClassName
{
border-color: #404D1F;
}
</style>