Shades of Bronzetone #414D1E
Tints of Bronzetone #414D1E
RGB
CMYK
RGB Variations
Color information
#414D1E (or 0x414D1E) is known color: Bronzetone. HEX triplet: 41, 4D and 1E. RGB value is (65,77,30). Sum of RGB (Red+Green+Blue) = 65+77+30=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #414D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D1E is #BEB2E1. Grayscale: #444444. Windows color (decimal): -12497634 or 1985857. OLE color: 1985857.
HSL color Cylindrical-coordinate representation of color #414D1E: hue angle of 75.32º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414D1E is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 30 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.70 |
| HSL | 75.32º | 0.44% | 0.21% | - |
| HSV(B) | 75.32º | 0.61% | 0.3% | - |
| XYZ | 5.07 | 6.53 | 2.22 | - |
| YUV | 68.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 30 | 0.16 | 0 | 0.61 | 0.70 | 75.32 | 0.44 | 0.21 |
| Hex | 41 | 4D | 1E | 10 | 0 | 3D | 46 | 4B | 2C | 15 |
| Octal | 101 | 115 | 36 | 20 | 0 | 75 | 106 | 113 | 54 | 25 |
| Binary | 1000001 | 1001101 | 11110 | 10000 | 0 | 111101 | 1000110 | 1001011 | 101100 | 10101 |
Color Harmonies of #414D1E
Complementary color
Monochromatic Colors of #414D1E
Black with #414D1E
Text Example
Text Example
White with #414D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D1E; }
p { color: rgb(65,77,30); }
H1.HeaderClassName
{
color: #414D1E;
}
.AnyTagClassName
{
color: #414D1E;
}
</style>
background-color css
<style>
a { background-color: #414D1E; }
a { background-color: rgb(65,77,30); }
div.DivClassName
{
background-color: #414D1E;
}
.BgClassName
{
background-color: #414D1E;
}
</style>
border-color css
<style>
span { border-color: #414D1E; }
span { border-color: rgb(65,77,30); }
td.TdClassName
{
border-color: #414D1E;
}
.TagClassName
{
border-color: #414D1E;
}
</style>