Shades of Bronzetone #414928
Tints of Bronzetone #414928
RGB
CMYK
RGB Variations
Color information
#414928 (or 0x414928) is known color: Bronzetone. HEX triplet: 41, 49 and 28. RGB value is (65,73,40). Sum of RGB (Red+Green+Blue) = 65+73+40=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #414928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414928 is #BEB6D7. Grayscale: #424242. Windows color (decimal): -12498648 or 2640193. OLE color: 2640193.
HSL color Cylindrical-coordinate representation of color #414928: hue angle of 74.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414928 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 40 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.71 |
| HSL | 74.55º | 0.29% | 0.22% | - |
| HSV(B) | 74.55º | 0.45% | 0.29% | - |
| XYZ | 4.95 | 6.04 | 2.91 | - |
| YUV | 66.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 40 | 0.11 | 0 | 0.45 | 0.71 | 74.55 | 0.29 | 0.22 |
| Hex | 41 | 49 | 28 | B | 0 | 2D | 47 | 4B | 1D | 16 |
| Octal | 101 | 111 | 50 | 13 | 0 | 55 | 107 | 113 | 35 | 26 |
| Binary | 1000001 | 1001001 | 101000 | 1011 | 0 | 101101 | 1000111 | 1001011 | 11101 | 10110 |
Color Harmonies of #414928
Complementary color
Monochromatic Colors of #414928
Black with #414928
Text Example
Text Example
White with #414928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414928; }
p { color: rgb(65,73,40); }
H1.HeaderClassName
{
color: #414928;
}
.AnyTagClassName
{
color: #414928;
}
</style>
background-color css
<style>
a { background-color: #414928; }
a { background-color: rgb(65,73,40); }
div.DivClassName
{
background-color: #414928;
}
.BgClassName
{
background-color: #414928;
}
</style>
border-color css
<style>
span { border-color: #414928; }
span { border-color: rgb(65,73,40); }
td.TdClassName
{
border-color: #414928;
}
.TagClassName
{
border-color: #414928;
}
</style>