Shades of Bronzetone #465424
Tints of Bronzetone #465424
RGB
CMYK
RGB Variations
Color information
#465424 (or 0x465424) is known color: Bronzetone. HEX triplet: 46, 54 and 24. RGB value is (70,84,36). Sum of RGB (Red+Green+Blue) = 70+84+36=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #465424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465424 is #B9ABDB. Grayscale: #4A4A4A. Windows color (decimal): -12168156 or 2380870. OLE color: 2380870.
HSL color Cylindrical-coordinate representation of color #465424: hue angle of 77.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465424 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 36 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.67 |
| HSL | 77.5º | 0.4% | 0.24% | - |
| HSV(B) | 77.5º | 0.57% | 0.33% | - |
| XYZ | 6.01 | 7.77 | 2.85 | - |
| YUV | 74.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 36 | 0.17 | 0 | 0.57 | 0.67 | 77.5 | 0.4 | 0.24 |
| Hex | 46 | 54 | 24 | 11 | 0 | 39 | 43 | 4E | 28 | 18 |
| Octal | 106 | 124 | 44 | 21 | 0 | 71 | 103 | 116 | 50 | 30 |
| Binary | 1000110 | 1010100 | 100100 | 10001 | 0 | 111001 | 1000011 | 1001110 | 101000 | 11000 |
Color Harmonies of #465424
Complementary color
Monochromatic Colors of #465424
Black with #465424
Text Example
Text Example
White with #465424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465424; }
p { color: rgb(70,84,36); }
H1.HeaderClassName
{
color: #465424;
}
.AnyTagClassName
{
color: #465424;
}
</style>
background-color css
<style>
a { background-color: #465424; }
a { background-color: rgb(70,84,36); }
div.DivClassName
{
background-color: #465424;
}
.BgClassName
{
background-color: #465424;
}
</style>
border-color css
<style>
span { border-color: #465424; }
span { border-color: rgb(70,84,36); }
td.TdClassName
{
border-color: #465424;
}
.TagClassName
{
border-color: #465424;
}
</style>