Shades of Bronzetone #464D32
Tints of Bronzetone #464D32
RGB
CMYK
RGB Variations
Color information
#464D32 (or 0x464D32) is known color: Bronzetone. HEX triplet: 46, 4D and 32. RGB value is (70,77,50). Sum of RGB (Red+Green+Blue) = 70+77+50=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #464D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D32 is #B9B2CD. Grayscale: #474747. Windows color (decimal): -12169934 or 3296582. OLE color: 3296582.
HSL color Cylindrical-coordinate representation of color #464D32: hue angle of 75.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #464D32 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 50 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.70 |
| HSL | 75.56º | 0.21% | 0.25% | - |
| HSV(B) | 75.56º | 0.35% | 0.3% | - |
| XYZ | 5.76 | 6.84 | 4.03 | - |
| YUV | 71.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 50 | 0.09 | 0 | 0.35 | 0.70 | 75.56 | 0.21 | 0.25 |
| Hex | 46 | 4D | 32 | 9 | 0 | 23 | 46 | 4C | 15 | 19 |
| Octal | 106 | 115 | 62 | 11 | 0 | 43 | 106 | 114 | 25 | 31 |
| Binary | 1000110 | 1001101 | 110010 | 1001 | 0 | 100011 | 1000110 | 1001100 | 10101 | 11001 |
Color Harmonies of #464D32
Complementary color
Monochromatic Colors of #464D32
Black with #464D32
Text Example
Text Example
White with #464D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D32; }
p { color: rgb(70,77,50); }
H1.HeaderClassName
{
color: #464D32;
}
.AnyTagClassName
{
color: #464D32;
}
</style>
background-color css
<style>
a { background-color: #464D32; }
a { background-color: rgb(70,77,50); }
div.DivClassName
{
background-color: #464D32;
}
.BgClassName
{
background-color: #464D32;
}
</style>
border-color css
<style>
span { border-color: #464D32; }
span { border-color: rgb(70,77,50); }
td.TdClassName
{
border-color: #464D32;
}
.TagClassName
{
border-color: #464D32;
}
</style>