Shades of Bronzetone #414C26
Tints of Bronzetone #414C26
RGB
CMYK
RGB Variations
Color information
#414C26 (or 0x414C26) is known color: Bronzetone. HEX triplet: 41, 4C and 26. RGB value is (65,76,38). Sum of RGB (Red+Green+Blue) = 65+76+38=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #414C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C26 is #BEB3D9. Grayscale: #444444. Windows color (decimal): -12497882 or 2509889. OLE color: 2509889.
HSL color Cylindrical-coordinate representation of color #414C26: hue angle of 77.37º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414C26 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 38 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.70 |
| HSL | 77.37º | 0.33% | 0.22% | - |
| HSV(B) | 77.37º | 0.5% | 0.3% | - |
| XYZ | 5.11 | 6.43 | 2.81 | - |
| YUV | 68.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 38 | 0.14 | 0 | 0.5 | 0.70 | 77.37 | 0.33 | 0.22 |
| Hex | 41 | 4C | 26 | E | 0 | 32 | 46 | 4D | 21 | 16 |
| Octal | 101 | 114 | 46 | 16 | 0 | 62 | 106 | 115 | 41 | 26 |
| Binary | 1000001 | 1001100 | 100110 | 1110 | 0 | 110010 | 1000110 | 1001101 | 100001 | 10110 |
Color Harmonies of #414C26
Complementary color
Monochromatic Colors of #414C26
Black with #414C26
Text Example
Text Example
White with #414C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C26; }
p { color: rgb(65,76,38); }
H1.HeaderClassName
{
color: #414C26;
}
.AnyTagClassName
{
color: #414C26;
}
</style>
background-color css
<style>
a { background-color: #414C26; }
a { background-color: rgb(65,76,38); }
div.DivClassName
{
background-color: #414C26;
}
.BgClassName
{
background-color: #414C26;
}
</style>
border-color css
<style>
span { border-color: #414C26; }
span { border-color: rgb(65,76,38); }
td.TdClassName
{
border-color: #414C26;
}
.TagClassName
{
border-color: #414C26;
}
</style>