Shades of Bronzetone #414624
Tints of Bronzetone #414624
RGB
CMYK
RGB Variations
Color information
#414624 (or 0x414624) is known color: Bronzetone. HEX triplet: 41, 46 and 24. RGB value is (65,70,36). Sum of RGB (Red+Green+Blue) = 65+70+36=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #414624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414624 is #BEB9DB. Grayscale: #404040. Windows color (decimal): -12499420 or 2377281. OLE color: 2377281.
HSL color Cylindrical-coordinate representation of color #414624: hue angle of 68.82º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414624 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 36 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.73 |
| HSL | 68.82º | 0.32% | 0.21% | - |
| HSV(B) | 68.82º | 0.49% | 0.27% | - |
| XYZ | 4.69 | 5.63 | 2.51 | - |
| YUV | 64.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 36 | 0.07 | 0 | 0.49 | 0.73 | 68.82 | 0.32 | 0.21 |
| Hex | 41 | 46 | 24 | 7 | 0 | 31 | 49 | 45 | 20 | 15 |
| Octal | 101 | 106 | 44 | 7 | 0 | 61 | 111 | 105 | 40 | 25 |
| Binary | 1000001 | 1000110 | 100100 | 111 | 0 | 110001 | 1001001 | 1000101 | 100000 | 10101 |
Color Harmonies of #414624
Complementary color
Monochromatic Colors of #414624
Black with #414624
Text Example
Text Example
White with #414624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414624; }
p { color: rgb(65,70,36); }
H1.HeaderClassName
{
color: #414624;
}
.AnyTagClassName
{
color: #414624;
}
</style>
background-color css
<style>
a { background-color: #414624; }
a { background-color: rgb(65,70,36); }
div.DivClassName
{
background-color: #414624;
}
.BgClassName
{
background-color: #414624;
}
</style>
border-color css
<style>
span { border-color: #414624; }
span { border-color: rgb(65,70,36); }
td.TdClassName
{
border-color: #414624;
}
.TagClassName
{
border-color: #414624;
}
</style>