Shades of Bronzetone #415120
Tints of Bronzetone #415120
RGB
CMYK
RGB Variations
Color information
#415120 (or 0x415120) is known color: Bronzetone. HEX triplet: 41, 51 and 20. RGB value is (65,81,32). Sum of RGB (Red+Green+Blue) = 65+81+32=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #415120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415120 is #BEAEDF. Grayscale: #464646. Windows color (decimal): -12496608 or 2117953. OLE color: 2117953.
HSL color Cylindrical-coordinate representation of color #415120: hue angle of 79.59º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #415120 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 32 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.68 |
| HSL | 79.59º | 0.43% | 0.22% | - |
| HSV(B) | 79.59º | 0.6% | 0.32% | - |
| XYZ | 5.38 | 7.11 | 2.46 | - |
| YUV | 70.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 32 | 0.20 | 0 | 0.60 | 0.68 | 79.59 | 0.43 | 0.22 |
| Hex | 41 | 51 | 20 | 14 | 0 | 3C | 44 | 50 | 2B | 16 |
| Octal | 101 | 121 | 40 | 24 | 0 | 74 | 104 | 120 | 53 | 26 |
| Binary | 1000001 | 1010001 | 100000 | 10100 | 0 | 111100 | 1000100 | 1010000 | 101011 | 10110 |
Color Harmonies of #415120
Complementary color
Monochromatic Colors of #415120
Black with #415120
Text Example
Text Example
White with #415120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415120; }
p { color: rgb(65,81,32); }
H1.HeaderClassName
{
color: #415120;
}
.AnyTagClassName
{
color: #415120;
}
</style>
background-color css
<style>
a { background-color: #415120; }
a { background-color: rgb(65,81,32); }
div.DivClassName
{
background-color: #415120;
}
.BgClassName
{
background-color: #415120;
}
</style>
border-color css
<style>
span { border-color: #415120; }
span { border-color: rgb(65,81,32); }
td.TdClassName
{
border-color: #415120;
}
.TagClassName
{
border-color: #415120;
}
</style>