Shades of Bronzetone #41511E
Tints of Bronzetone #41511E
RGB
CMYK
RGB Variations
Color information
#41511E (or 0x41511E) is known color: Bronzetone. HEX triplet: 41, 51 and 1E. RGB value is (65,81,30). Sum of RGB (Red+Green+Blue) = 65+81+30=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #41511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41511E is #BEAEE1. Grayscale: #464646. Windows color (decimal): -12496610 or 1986881. OLE color: 1986881.
HSL color Cylindrical-coordinate representation of color #41511E: hue angle of 78.82º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41511E is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 81 | 30 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.68 |
| HSL | 78.82º | 0.46% | 0.22% | - |
| HSV(B) | 78.82º | 0.63% | 0.32% | - |
| XYZ | 5.36 | 7.1 | 2.32 | - |
| YUV | 70.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 30 | 0.20 | 0 | 0.63 | 0.68 | 78.82 | 0.46 | 0.22 |
| Hex | 41 | 51 | 1E | 14 | 0 | 3F | 44 | 4F | 2E | 16 |
| Octal | 101 | 121 | 36 | 24 | 0 | 77 | 104 | 117 | 56 | 26 |
| Binary | 1000001 | 1010001 | 11110 | 10100 | 0 | 111111 | 1000100 | 1001111 | 101110 | 10110 |
Color Harmonies of #41511E
Complementary color
Monochromatic Colors of #41511E
Black with #41511E
Text Example
Text Example
White with #41511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41511E; }
p { color: rgb(65,81,30); }
H1.HeaderClassName
{
color: #41511E;
}
.AnyTagClassName
{
color: #41511E;
}
</style>
background-color css
<style>
a { background-color: #41511E; }
a { background-color: rgb(65,81,30); }
div.DivClassName
{
background-color: #41511E;
}
.BgClassName
{
background-color: #41511E;
}
</style>
border-color css
<style>
span { border-color: #41511E; }
span { border-color: rgb(65,81,30); }
td.TdClassName
{
border-color: #41511E;
}
.TagClassName
{
border-color: #41511E;
}
</style>