Shades of Bronzetone #41491F
Tints of Bronzetone #41491F
RGB
CMYK
RGB Variations
Color information
#41491F (or 0x41491F) is known color: Bronzetone. HEX triplet: 41, 49 and 1F. RGB value is (65,73,31). Sum of RGB (Red+Green+Blue) = 65+73+31=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #41491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41491F is #BEB6E0. Grayscale: #414141. Windows color (decimal): -12498657 or 2050369. OLE color: 2050369.
HSL color Cylindrical-coordinate representation of color #41491F: hue angle of 71.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41491F is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 31 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.71 |
| HSL | 71.43º | 0.4% | 0.2% | - |
| HSV(B) | 71.43º | 0.58% | 0.29% | - |
| XYZ | 4.81 | 5.99 | 2.2 | - |
| YUV | 65.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 31 | 0.11 | 0 | 0.58 | 0.71 | 71.43 | 0.4 | 0.2 |
| Hex | 41 | 49 | 1F | B | 0 | 3A | 47 | 47 | 28 | 14 |
| Octal | 101 | 111 | 37 | 13 | 0 | 72 | 107 | 107 | 50 | 24 |
| Binary | 1000001 | 1001001 | 11111 | 1011 | 0 | 111010 | 1000111 | 1000111 | 101000 | 10100 |
Color Harmonies of #41491F
Complementary color
Monochromatic Colors of #41491F
Black with #41491F
Text Example
Text Example
White with #41491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41491F; }
p { color: rgb(65,73,31); }
H1.HeaderClassName
{
color: #41491F;
}
.AnyTagClassName
{
color: #41491F;
}
</style>
background-color css
<style>
a { background-color: #41491F; }
a { background-color: rgb(65,73,31); }
div.DivClassName
{
background-color: #41491F;
}
.BgClassName
{
background-color: #41491F;
}
</style>
border-color css
<style>
span { border-color: #41491F; }
span { border-color: rgb(65,73,31); }
td.TdClassName
{
border-color: #41491F;
}
.TagClassName
{
border-color: #41491F;
}
</style>