Shades of Bronzetone #414B27
Tints of Bronzetone #414B27
RGB
CMYK
RGB Variations
Color information
#414B27 (or 0x414B27) is known color: Bronzetone. HEX triplet: 41, 4B and 27. RGB value is (65,75,39). Sum of RGB (Red+Green+Blue) = 65+75+39=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #414B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B27 is #BEB4D8. Grayscale: #444444. Windows color (decimal): -12498137 or 2575169. OLE color: 2575169.
HSL color Cylindrical-coordinate representation of color #414B27: hue angle of 76.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414B27 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 39 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.71 |
| HSL | 76.67º | 0.32% | 0.22% | - |
| HSV(B) | 76.67º | 0.48% | 0.29% | - |
| XYZ | 5.06 | 6.3 | 2.87 | - |
| YUV | 67.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 39 | 0.13 | 0 | 0.48 | 0.71 | 76.67 | 0.32 | 0.22 |
| Hex | 41 | 4B | 27 | D | 0 | 30 | 47 | 4D | 20 | 16 |
| Octal | 101 | 113 | 47 | 15 | 0 | 60 | 107 | 115 | 40 | 26 |
| Binary | 1000001 | 1001011 | 100111 | 1101 | 0 | 110000 | 1000111 | 1001101 | 100000 | 10110 |
Color Harmonies of #414B27
Complementary color
Monochromatic Colors of #414B27
Black with #414B27
Text Example
Text Example
White with #414B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B27; }
p { color: rgb(65,75,39); }
H1.HeaderClassName
{
color: #414B27;
}
.AnyTagClassName
{
color: #414B27;
}
</style>
background-color css
<style>
a { background-color: #414B27; }
a { background-color: rgb(65,75,39); }
div.DivClassName
{
background-color: #414B27;
}
.BgClassName
{
background-color: #414B27;
}
</style>
border-color css
<style>
span { border-color: #414B27; }
span { border-color: rgb(65,75,39); }
td.TdClassName
{
border-color: #414B27;
}
.TagClassName
{
border-color: #414B27;
}
</style>