Shades of Bronzetone #414C27
Tints of Bronzetone #414C27
RGB
CMYK
RGB Variations
Color information
#414C27 (or 0x414C27) is known color: Bronzetone. HEX triplet: 41, 4C and 27. RGB value is (65,76,39). Sum of RGB (Red+Green+Blue) = 65+76+39=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #414C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C27 is #BEB3D8. Grayscale: #444444. Windows color (decimal): -12497881 or 2575425. OLE color: 2575425.
HSL color Cylindrical-coordinate representation of color #414C27: hue angle of 77.84º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414C27 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 39 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.70 |
| HSL | 77.84º | 0.32% | 0.23% | - |
| HSV(B) | 77.84º | 0.49% | 0.3% | - |
| XYZ | 5.13 | 6.44 | 2.89 | - |
| YUV | 68.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 39 | 0.14 | 0 | 0.49 | 0.70 | 77.84 | 0.32 | 0.23 |
| Hex | 41 | 4C | 27 | E | 0 | 31 | 46 | 4E | 20 | 17 |
| Octal | 101 | 114 | 47 | 16 | 0 | 61 | 106 | 116 | 40 | 27 |
| Binary | 1000001 | 1001100 | 100111 | 1110 | 0 | 110001 | 1000110 | 1001110 | 100000 | 10111 |
Color Harmonies of #414C27
Complementary color
Monochromatic Colors of #414C27
Black with #414C27
Text Example
Text Example
White with #414C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C27; }
p { color: rgb(65,76,39); }
H1.HeaderClassName
{
color: #414C27;
}
.AnyTagClassName
{
color: #414C27;
}
</style>
background-color css
<style>
a { background-color: #414C27; }
a { background-color: rgb(65,76,39); }
div.DivClassName
{
background-color: #414C27;
}
.BgClassName
{
background-color: #414C27;
}
</style>
border-color css
<style>
span { border-color: #414C27; }
span { border-color: rgb(65,76,39); }
td.TdClassName
{
border-color: #414C27;
}
.TagClassName
{
border-color: #414C27;
}
</style>