Shades of Bronzetone #414C28
Tints of Bronzetone #414C28
RGB
CMYK
RGB Variations
Color information
#414C28 (or 0x414C28) is known color: Bronzetone. HEX triplet: 41, 4C and 28. RGB value is (65,76,40). Sum of RGB (Red+Green+Blue) = 65+76+40=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #414C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C28 is #BEB3D7. Grayscale: #444444. Windows color (decimal): -12497880 or 2640961. OLE color: 2640961.
HSL color Cylindrical-coordinate representation of color #414C28: hue angle of 78.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414C28 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 40 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.70 |
| HSL | 78.33º | 0.31% | 0.23% | - |
| HSV(B) | 78.33º | 0.47% | 0.3% | - |
| XYZ | 5.15 | 6.45 | 2.98 | - |
| YUV | 68.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 40 | 0.14 | 0 | 0.47 | 0.70 | 78.33 | 0.31 | 0.23 |
| Hex | 41 | 4C | 28 | E | 0 | 2F | 46 | 4E | 1F | 17 |
| Octal | 101 | 114 | 50 | 16 | 0 | 57 | 106 | 116 | 37 | 27 |
| Binary | 1000001 | 1001100 | 101000 | 1110 | 0 | 101111 | 1000110 | 1001110 | 11111 | 10111 |
Color Harmonies of #414C28
Complementary color
Monochromatic Colors of #414C28
Black with #414C28
Text Example
Text Example
White with #414C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C28; }
p { color: rgb(65,76,40); }
H1.HeaderClassName
{
color: #414C28;
}
.AnyTagClassName
{
color: #414C28;
}
</style>
background-color css
<style>
a { background-color: #414C28; }
a { background-color: rgb(65,76,40); }
div.DivClassName
{
background-color: #414C28;
}
.BgClassName
{
background-color: #414C28;
}
</style>
border-color css
<style>
span { border-color: #414C28; }
span { border-color: rgb(65,76,40); }
td.TdClassName
{
border-color: #414C28;
}
.TagClassName
{
border-color: #414C28;
}
</style>