Shades of Bronzetone #414629
Tints of Bronzetone #414629
RGB
CMYK
RGB Variations
Color information
#414629 (or 0x414629) is known color: Bronzetone. HEX triplet: 41, 46 and 29. RGB value is (65,70,41). Sum of RGB (Red+Green+Blue) = 65+70+41=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #414629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414629 is #BEB9D6. Grayscale: #414141. Windows color (decimal): -12499415 or 2704961. OLE color: 2704961.
HSL color Cylindrical-coordinate representation of color #414629: hue angle of 70.34º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414629 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 41 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.73 |
| HSL | 70.34º | 0.26% | 0.22% | - |
| HSV(B) | 70.34º | 0.41% | 0.27% | - |
| XYZ | 4.77 | 5.66 | 2.94 | - |
| YUV | 65.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 41 | 0.07 | 0 | 0.41 | 0.73 | 70.34 | 0.26 | 0.22 |
| Hex | 41 | 46 | 29 | 7 | 0 | 29 | 49 | 46 | 1A | 16 |
| Octal | 101 | 106 | 51 | 7 | 0 | 51 | 111 | 106 | 32 | 26 |
| Binary | 1000001 | 1000110 | 101001 | 111 | 0 | 101001 | 1001001 | 1000110 | 11010 | 10110 |
Color Harmonies of #414629
Complementary color
Monochromatic Colors of #414629
Black with #414629
Text Example
Text Example
White with #414629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414629; }
p { color: rgb(65,70,41); }
H1.HeaderClassName
{
color: #414629;
}
.AnyTagClassName
{
color: #414629;
}
</style>
background-color css
<style>
a { background-color: #414629; }
a { background-color: rgb(65,70,41); }
div.DivClassName
{
background-color: #414629;
}
.BgClassName
{
background-color: #414629;
}
</style>
border-color css
<style>
span { border-color: #414629; }
span { border-color: rgb(65,70,41); }
td.TdClassName
{
border-color: #414629;
}
.TagClassName
{
border-color: #414629;
}
</style>