Shades of Bronzetone #454C26
Tints of Bronzetone #454C26
RGB
CMYK
RGB Variations
Color information
#454C26 (or 0x454C26) is known color: Bronzetone. HEX triplet: 45, 4C and 26. RGB value is (69,76,38). Sum of RGB (Red+Green+Blue) = 69+76+38=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #454C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C26 is #BAB3D9. Grayscale: #454545. Windows color (decimal): -12235738 or 2509893. OLE color: 2509893.
HSL color Cylindrical-coordinate representation of color #454C26: hue angle of 71.05º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454C26 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 38 | - |
| CMYK | 0.09 | 0 | 0.5 | 0.70 |
| HSL | 71.05º | 0.33% | 0.22% | - |
| HSV(B) | 71.05º | 0.5% | 0.3% | - |
| XYZ | 5.39 | 6.57 | 2.82 | - |
| YUV | 69.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 38 | 0.09 | 0 | 0.5 | 0.70 | 71.05 | 0.33 | 0.22 |
| Hex | 45 | 4C | 26 | 9 | 0 | 32 | 46 | 47 | 21 | 16 |
| Octal | 105 | 114 | 46 | 11 | 0 | 62 | 106 | 107 | 41 | 26 |
| Binary | 1000101 | 1001100 | 100110 | 1001 | 0 | 110010 | 1000110 | 1000111 | 100001 | 10110 |
Color Harmonies of #454C26
Complementary color
Monochromatic Colors of #454C26
Black with #454C26
Text Example
Text Example
White with #454C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C26; }
p { color: rgb(69,76,38); }
H1.HeaderClassName
{
color: #454C26;
}
.AnyTagClassName
{
color: #454C26;
}
</style>
background-color css
<style>
a { background-color: #454C26; }
a { background-color: rgb(69,76,38); }
div.DivClassName
{
background-color: #454C26;
}
.BgClassName
{
background-color: #454C26;
}
</style>
border-color css
<style>
span { border-color: #454C26; }
span { border-color: rgb(69,76,38); }
td.TdClassName
{
border-color: #454C26;
}
.TagClassName
{
border-color: #454C26;
}
</style>