Shades of Bronzetone #414521
Tints of Bronzetone #414521
RGB
CMYK
RGB Variations
Color information
#414521 (or 0x414521) is known color: Bronzetone. HEX triplet: 41, 45 and 21. RGB value is (65,69,33). Sum of RGB (Red+Green+Blue) = 65+69+33=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #414521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414521 is #BEBADE. Grayscale: #3F3F3F. Windows color (decimal): -12499679 or 2180417. OLE color: 2180417.
HSL color Cylindrical-coordinate representation of color #414521: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414521 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 69 | 33 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.73 |
| HSL | 66.67º | 0.35% | 0.2% | - |
| HSV(B) | 66.67º | 0.52% | 0.27% | - |
| XYZ | 4.58 | 5.49 | 2.26 | - |
| YUV | 63.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 33 | 0.06 | 0 | 0.52 | 0.73 | 66.67 | 0.35 | 0.2 |
| Hex | 41 | 45 | 21 | 6 | 0 | 34 | 49 | 43 | 23 | 14 |
| Octal | 101 | 105 | 41 | 6 | 0 | 64 | 111 | 103 | 43 | 24 |
| Binary | 1000001 | 1000101 | 100001 | 110 | 0 | 110100 | 1001001 | 1000011 | 100011 | 10100 |
Color Harmonies of #414521
Complementary color
Monochromatic Colors of #414521
Black with #414521
Text Example
Text Example
White with #414521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414521; }
p { color: rgb(65,69,33); }
H1.HeaderClassName
{
color: #414521;
}
.AnyTagClassName
{
color: #414521;
}
</style>
background-color css
<style>
a { background-color: #414521; }
a { background-color: rgb(65,69,33); }
div.DivClassName
{
background-color: #414521;
}
.BgClassName
{
background-color: #414521;
}
</style>
border-color css
<style>
span { border-color: #414521; }
span { border-color: rgb(65,69,33); }
td.TdClassName
{
border-color: #414521;
}
.TagClassName
{
border-color: #414521;
}
</style>