Shades of Bronzetone #454C32
Tints of Bronzetone #454C32
RGB
CMYK
RGB Variations
Color information
#454C32 (or 0x454C32) is known color: Bronzetone. HEX triplet: 45, 4C and 32. RGB value is (69,76,50). Sum of RGB (Red+Green+Blue) = 69+76+50=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 76 - color contains mainly: green. Hex color #454C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C32 is #BAB3CD. Grayscale: #474747. Windows color (decimal): -12235726 or 3296325. OLE color: 3296325.
HSL color Cylindrical-coordinate representation of color #454C32: hue angle of 76.15º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454C32 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 50 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.70 |
| HSL | 76.15º | 0.21% | 0.25% | - |
| HSV(B) | 76.15º | 0.34% | 0.3% | - |
| XYZ | 5.61 | 6.66 | 4.01 | - |
| YUV | 70.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 50 | 0.09 | 0 | 0.34 | 0.70 | 76.15 | 0.21 | 0.25 |
| Hex | 45 | 4C | 32 | 9 | 0 | 22 | 46 | 4C | 15 | 19 |
| Octal | 105 | 114 | 62 | 11 | 0 | 42 | 106 | 114 | 25 | 31 |
| Binary | 1000101 | 1001100 | 110010 | 1001 | 0 | 100010 | 1000110 | 1001100 | 10101 | 11001 |
Color Harmonies of #454C32
Complementary color
Monochromatic Colors of #454C32
Black with #454C32
Text Example
Text Example
White with #454C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C32; }
p { color: rgb(69,76,50); }
H1.HeaderClassName
{
color: #454C32;
}
.AnyTagClassName
{
color: #454C32;
}
</style>
background-color css
<style>
a { background-color: #454C32; }
a { background-color: rgb(69,76,50); }
div.DivClassName
{
background-color: #454C32;
}
.BgClassName
{
background-color: #454C32;
}
</style>
border-color css
<style>
span { border-color: #454C32; }
span { border-color: rgb(69,76,50); }
td.TdClassName
{
border-color: #454C32;
}
.TagClassName
{
border-color: #454C32;
}
</style>