Shades of Bronzetone #41472E
Tints of Bronzetone #41472E
RGB
CMYK
RGB Variations
Color information
#41472E (or 0x41472E) is known color: Bronzetone. HEX triplet: 41, 47 and 2E. RGB value is (65,71,46). Sum of RGB (Red+Green+Blue) = 65+71+46=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #41472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41472E is #BEB8D1. Grayscale: #424242. Windows color (decimal): -12499154 or 3032897. OLE color: 3032897.
HSL color Cylindrical-coordinate representation of color #41472E: hue angle of 74.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41472E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 71 | 46 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.72 |
| HSL | 74.4º | 0.21% | 0.23% | - |
| HSV(B) | 74.4º | 0.35% | 0.28% | - |
| XYZ | 4.93 | 5.83 | 3.45 | - |
| YUV | 66.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 46 | 0.08 | 0 | 0.35 | 0.72 | 74.4 | 0.21 | 0.23 |
| Hex | 41 | 47 | 2E | 8 | 0 | 23 | 48 | 4A | 15 | 17 |
| Octal | 101 | 107 | 56 | 10 | 0 | 43 | 110 | 112 | 25 | 27 |
| Binary | 1000001 | 1000111 | 101110 | 1000 | 0 | 100011 | 1001000 | 1001010 | 10101 | 10111 |
Color Harmonies of #41472E
Complementary color
Monochromatic Colors of #41472E
Black with #41472E
Text Example
Text Example
White with #41472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41472E; }
p { color: rgb(65,71,46); }
H1.HeaderClassName
{
color: #41472E;
}
.AnyTagClassName
{
color: #41472E;
}
</style>
background-color css
<style>
a { background-color: #41472E; }
a { background-color: rgb(65,71,46); }
div.DivClassName
{
background-color: #41472E;
}
.BgClassName
{
background-color: #41472E;
}
</style>
border-color css
<style>
span { border-color: #41472E; }
span { border-color: rgb(65,71,46); }
td.TdClassName
{
border-color: #41472E;
}
.TagClassName
{
border-color: #41472E;
}
</style>