Shades of Bronzetone #414B25
Tints of Bronzetone #414B25
RGB
CMYK
RGB Variations
Color information
#414B25 (or 0x414B25) is known color: Bronzetone. HEX triplet: 41, 4B and 25. RGB value is (65,75,37). Sum of RGB (Red+Green+Blue) = 65+75+37=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #414B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B25 is #BEB4DA. Grayscale: #434343. Windows color (decimal): -12498139 or 2444097. OLE color: 2444097.
HSL color Cylindrical-coordinate representation of color #414B25: hue angle of 75.79º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414B25 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 37 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.71 |
| HSL | 75.79º | 0.34% | 0.22% | - |
| HSV(B) | 75.79º | 0.51% | 0.29% | - |
| XYZ | 5.03 | 6.29 | 2.7 | - |
| YUV | 67.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 37 | 0.13 | 0 | 0.51 | 0.71 | 75.79 | 0.34 | 0.22 |
| Hex | 41 | 4B | 25 | D | 0 | 33 | 47 | 4C | 22 | 16 |
| Octal | 101 | 113 | 45 | 15 | 0 | 63 | 107 | 114 | 42 | 26 |
| Binary | 1000001 | 1001011 | 100101 | 1101 | 0 | 110011 | 1000111 | 1001100 | 100010 | 10110 |
Color Harmonies of #414B25
Complementary color
Monochromatic Colors of #414B25
Black with #414B25
Text Example
Text Example
White with #414B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B25; }
p { color: rgb(65,75,37); }
H1.HeaderClassName
{
color: #414B25;
}
.AnyTagClassName
{
color: #414B25;
}
</style>
background-color css
<style>
a { background-color: #414B25; }
a { background-color: rgb(65,75,37); }
div.DivClassName
{
background-color: #414B25;
}
.BgClassName
{
background-color: #414B25;
}
</style>
border-color css
<style>
span { border-color: #414B25; }
span { border-color: rgb(65,75,37); }
td.TdClassName
{
border-color: #414B25;
}
.TagClassName
{
border-color: #414B25;
}
</style>