Shades of Bronzetone #454C2C
Tints of Bronzetone #454C2C
RGB
CMYK
RGB Variations
Color information
#454C2C (or 0x454C2C) is known color: Bronzetone. HEX triplet: 45, 4C and 2C. RGB value is (69,76,44). Sum of RGB (Red+Green+Blue) = 69+76+44=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #454C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C2C is #BAB3D3. Grayscale: #464646. Windows color (decimal): -12235732 or 2903109. OLE color: 2903109.
HSL color Cylindrical-coordinate representation of color #454C2C: hue angle of 73.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454C2C is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 44 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.70 |
| HSL | 73.13º | 0.27% | 0.24% | - |
| HSV(B) | 73.13º | 0.42% | 0.3% | - |
| XYZ | 5.49 | 6.62 | 3.37 | - |
| YUV | 70.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 44 | 0.09 | 0 | 0.42 | 0.70 | 73.13 | 0.27 | 0.24 |
| Hex | 45 | 4C | 2C | 9 | 0 | 2A | 46 | 49 | 1B | 18 |
| Octal | 105 | 114 | 54 | 11 | 0 | 52 | 106 | 111 | 33 | 30 |
| Binary | 1000101 | 1001100 | 101100 | 1001 | 0 | 101010 | 1000110 | 1001001 | 11011 | 11000 |
Color Harmonies of #454C2C
Complementary color
Monochromatic Colors of #454C2C
Black with #454C2C
Text Example
Text Example
White with #454C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C2C; }
p { color: rgb(69,76,44); }
H1.HeaderClassName
{
color: #454C2C;
}
.AnyTagClassName
{
color: #454C2C;
}
</style>
background-color css
<style>
a { background-color: #454C2C; }
a { background-color: rgb(69,76,44); }
div.DivClassName
{
background-color: #454C2C;
}
.BgClassName
{
background-color: #454C2C;
}
</style>
border-color css
<style>
span { border-color: #454C2C; }
span { border-color: rgb(69,76,44); }
td.TdClassName
{
border-color: #454C2C;
}
.TagClassName
{
border-color: #454C2C;
}
</style>