Shades of Bronzetone #414D26
Tints of Bronzetone #414D26
RGB
CMYK
RGB Variations
Color information
#414D26 (or 0x414D26) is known color: Bronzetone. HEX triplet: 41, 4D and 26. RGB value is (65,77,38). Sum of RGB (Red+Green+Blue) = 65+77+38=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #414D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D26 is #BEB2D9. Grayscale: #454545. Windows color (decimal): -12497626 or 2510145. OLE color: 2510145.
HSL color Cylindrical-coordinate representation of color #414D26: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414D26 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 38 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.70 |
| HSL | 78.46º | 0.34% | 0.23% | - |
| HSV(B) | 78.46º | 0.51% | 0.3% | - |
| XYZ | 5.18 | 6.57 | 2.83 | - |
| YUV | 68.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 38 | 0.16 | 0 | 0.51 | 0.70 | 78.46 | 0.34 | 0.23 |
| Hex | 41 | 4D | 26 | 10 | 0 | 33 | 46 | 4E | 22 | 17 |
| Octal | 101 | 115 | 46 | 20 | 0 | 63 | 106 | 116 | 42 | 27 |
| Binary | 1000001 | 1001101 | 100110 | 10000 | 0 | 110011 | 1000110 | 1001110 | 100010 | 10111 |
Color Harmonies of #414D26
Complementary color
Monochromatic Colors of #414D26
Black with #414D26
Text Example
Text Example
White with #414D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D26; }
p { color: rgb(65,77,38); }
H1.HeaderClassName
{
color: #414D26;
}
.AnyTagClassName
{
color: #414D26;
}
</style>
background-color css
<style>
a { background-color: #414D26; }
a { background-color: rgb(65,77,38); }
div.DivClassName
{
background-color: #414D26;
}
.BgClassName
{
background-color: #414D26;
}
</style>
border-color css
<style>
span { border-color: #414D26; }
span { border-color: rgb(65,77,38); }
td.TdClassName
{
border-color: #414D26;
}
.TagClassName
{
border-color: #414D26;
}
</style>