Shades of Bronzetone #414C23
Tints of Bronzetone #414C23
RGB
CMYK
RGB Variations
Color information
#414C23 (or 0x414C23) is known color: Bronzetone. HEX triplet: 41, 4C and 23. RGB value is (65,76,35). Sum of RGB (Red+Green+Blue) = 65+76+35=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #414C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C23 is #BEB3DC. Grayscale: #444444. Windows color (decimal): -12497885 or 2313281. OLE color: 2313281.
HSL color Cylindrical-coordinate representation of color #414C23: hue angle of 76.1º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #414C23 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 35 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.70 |
| HSL | 76.1º | 0.37% | 0.22% | - |
| HSV(B) | 76.1º | 0.54% | 0.3% | - |
| XYZ | 5.07 | 6.41 | 2.56 | - |
| YUV | 68.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 35 | 0.14 | 0 | 0.54 | 0.70 | 76.1 | 0.37 | 0.22 |
| Hex | 41 | 4C | 23 | E | 0 | 36 | 46 | 4C | 25 | 16 |
| Octal | 101 | 114 | 43 | 16 | 0 | 66 | 106 | 114 | 45 | 26 |
| Binary | 1000001 | 1001100 | 100011 | 1110 | 0 | 110110 | 1000110 | 1001100 | 100101 | 10110 |
Color Harmonies of #414C23
Complementary color
Monochromatic Colors of #414C23
Black with #414C23
Text Example
Text Example
White with #414C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C23; }
p { color: rgb(65,76,35); }
H1.HeaderClassName
{
color: #414C23;
}
.AnyTagClassName
{
color: #414C23;
}
</style>
background-color css
<style>
a { background-color: #414C23; }
a { background-color: rgb(65,76,35); }
div.DivClassName
{
background-color: #414C23;
}
.BgClassName
{
background-color: #414C23;
}
</style>
border-color css
<style>
span { border-color: #414C23; }
span { border-color: rgb(65,76,35); }
td.TdClassName
{
border-color: #414C23;
}
.TagClassName
{
border-color: #414C23;
}
</style>