Shades of Bronzetone #41551E
Tints of Bronzetone #41551E
RGB
CMYK
RGB Variations
Color information
#41551E (or 0x41551E) is known color: Bronzetone. HEX triplet: 41, 55 and 1E. RGB value is (65,85,30). Sum of RGB (Red+Green+Blue) = 65+85+30=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #41551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41551E is #BEAAE1. Grayscale: #484848. Windows color (decimal): -12495586 or 1987905. OLE color: 1987905.
HSL color Cylindrical-coordinate representation of color #41551E: hue angle of 81.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41551E is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 30 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.67 |
| HSL | 81.82º | 0.48% | 0.23% | - |
| HSV(B) | 81.82º | 0.65% | 0.33% | - |
| XYZ | 5.66 | 7.71 | 2.42 | - |
| YUV | 72.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 30 | 0.24 | 0 | 0.65 | 0.67 | 81.82 | 0.48 | 0.23 |
| Hex | 41 | 55 | 1E | 18 | 0 | 41 | 43 | 52 | 30 | 17 |
| Octal | 101 | 125 | 36 | 30 | 0 | 101 | 103 | 122 | 60 | 27 |
| Binary | 1000001 | 1010101 | 11110 | 11000 | 0 | 1000001 | 1000011 | 1010010 | 110000 | 10111 |
Color Harmonies of #41551E
Complementary color
Monochromatic Colors of #41551E
Black with #41551E
Text Example
Text Example
White with #41551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41551E; }
p { color: rgb(65,85,30); }
H1.HeaderClassName
{
color: #41551E;
}
.AnyTagClassName
{
color: #41551E;
}
</style>
background-color css
<style>
a { background-color: #41551E; }
a { background-color: rgb(65,85,30); }
div.DivClassName
{
background-color: #41551E;
}
.BgClassName
{
background-color: #41551E;
}
</style>
border-color css
<style>
span { border-color: #41551E; }
span { border-color: rgb(65,85,30); }
td.TdClassName
{
border-color: #41551E;
}
.TagClassName
{
border-color: #41551E;
}
</style>