Shades of Bronzetone #465024
Tints of Bronzetone #465024
RGB
CMYK
RGB Variations
Color information
#465024 (or 0x465024) is known color: Bronzetone. HEX triplet: 46, 50 and 24. RGB value is (70,80,36). Sum of RGB (Red+Green+Blue) = 70+80+36=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #465024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465024 is #B9AFDB. Grayscale: #484848. Windows color (decimal): -12169180 or 2379846. OLE color: 2379846.
HSL color Cylindrical-coordinate representation of color #465024: hue angle of 73.64º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465024 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 36 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.69 |
| HSL | 73.64º | 0.38% | 0.23% | - |
| HSV(B) | 73.64º | 0.55% | 0.31% | - |
| XYZ | 5.71 | 7.17 | 2.75 | - |
| YUV | 71.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 36 | 0.12 | 0 | 0.55 | 0.69 | 73.64 | 0.38 | 0.23 |
| Hex | 46 | 50 | 24 | C | 0 | 37 | 45 | 4A | 26 | 17 |
| Octal | 106 | 120 | 44 | 14 | 0 | 67 | 105 | 112 | 46 | 27 |
| Binary | 1000110 | 1010000 | 100100 | 1100 | 0 | 110111 | 1000101 | 1001010 | 100110 | 10111 |
Color Harmonies of #465024
Complementary color
Monochromatic Colors of #465024
Black with #465024
Text Example
Text Example
White with #465024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465024; }
p { color: rgb(70,80,36); }
H1.HeaderClassName
{
color: #465024;
}
.AnyTagClassName
{
color: #465024;
}
</style>
background-color css
<style>
a { background-color: #465024; }
a { background-color: rgb(70,80,36); }
div.DivClassName
{
background-color: #465024;
}
.BgClassName
{
background-color: #465024;
}
</style>
border-color css
<style>
span { border-color: #465024; }
span { border-color: rgb(70,80,36); }
td.TdClassName
{
border-color: #465024;
}
.TagClassName
{
border-color: #465024;
}
</style>