Shades of Bronzetone #465123
Tints of Bronzetone #465123
RGB
CMYK
RGB Variations
Color information
#465123 (or 0x465123) is known color: Bronzetone. HEX triplet: 46, 51 and 23. RGB value is (70,81,35). Sum of RGB (Red+Green+Blue) = 70+81+35=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #465123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465123 is #B9AEDC. Grayscale: #484848. Windows color (decimal): -12168925 or 2314566. OLE color: 2314566.
HSL color Cylindrical-coordinate representation of color #465123: hue angle of 74.35º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #465123 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 35 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.68 |
| HSL | 74.35º | 0.4% | 0.23% | - |
| HSV(B) | 74.35º | 0.57% | 0.32% | - |
| XYZ | 5.77 | 7.31 | 2.7 | - |
| YUV | 72.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 35 | 0.14 | 0 | 0.57 | 0.68 | 74.35 | 0.4 | 0.23 |
| Hex | 46 | 51 | 23 | E | 0 | 39 | 44 | 4A | 28 | 17 |
| Octal | 106 | 121 | 43 | 16 | 0 | 71 | 104 | 112 | 50 | 27 |
| Binary | 1000110 | 1010001 | 100011 | 1110 | 0 | 111001 | 1000100 | 1001010 | 101000 | 10111 |
Color Harmonies of #465123
Complementary color
Monochromatic Colors of #465123
Black with #465123
Text Example
Text Example
White with #465123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465123; }
p { color: rgb(70,81,35); }
H1.HeaderClassName
{
color: #465123;
}
.AnyTagClassName
{
color: #465123;
}
</style>
background-color css
<style>
a { background-color: #465123; }
a { background-color: rgb(70,81,35); }
div.DivClassName
{
background-color: #465123;
}
.BgClassName
{
background-color: #465123;
}
</style>
border-color css
<style>
span { border-color: #465123; }
span { border-color: rgb(70,81,35); }
td.TdClassName
{
border-color: #465123;
}
.TagClassName
{
border-color: #465123;
}
</style>