Shades of Bronzetone #454C2D
Tints of Bronzetone #454C2D
RGB
CMYK
RGB Variations
Color information
#454C2D (or 0x454C2D) is known color: Bronzetone. HEX triplet: 45, 4C and 2D. RGB value is (69,76,45). Sum of RGB (Red+Green+Blue) = 69+76+45=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #454C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C2D is #BAB3D2. Grayscale: #464646. Windows color (decimal): -12235731 or 2968645. OLE color: 2968645.
HSL color Cylindrical-coordinate representation of color #454C2D: hue angle of 73.55º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454C2D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 45 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.70 |
| HSL | 73.55º | 0.26% | 0.24% | - |
| HSV(B) | 73.55º | 0.41% | 0.3% | - |
| XYZ | 5.51 | 6.62 | 3.47 | - |
| YUV | 70.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 45 | 0.09 | 0 | 0.41 | 0.70 | 73.55 | 0.26 | 0.24 |
| Hex | 45 | 4C | 2D | 9 | 0 | 29 | 46 | 4A | 1A | 18 |
| Octal | 105 | 114 | 55 | 11 | 0 | 51 | 106 | 112 | 32 | 30 |
| Binary | 1000101 | 1001100 | 101101 | 1001 | 0 | 101001 | 1000110 | 1001010 | 11010 | 11000 |
Color Harmonies of #454C2D
Complementary color
Monochromatic Colors of #454C2D
Black with #454C2D
Text Example
Text Example
White with #454C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C2D; }
p { color: rgb(69,76,45); }
H1.HeaderClassName
{
color: #454C2D;
}
.AnyTagClassName
{
color: #454C2D;
}
</style>
background-color css
<style>
a { background-color: #454C2D; }
a { background-color: rgb(69,76,45); }
div.DivClassName
{
background-color: #454C2D;
}
.BgClassName
{
background-color: #454C2D;
}
</style>
border-color css
<style>
span { border-color: #454C2D; }
span { border-color: rgb(69,76,45); }
td.TdClassName
{
border-color: #454C2D;
}
.TagClassName
{
border-color: #454C2D;
}
</style>