Shades of Bronzetone #454D23
Tints of Bronzetone #454D23
RGB
CMYK
RGB Variations
Color information
#454D23 (or 0x454D23) is known color: Bronzetone. HEX triplet: 45, 4D and 23. RGB value is (69,77,35). Sum of RGB (Red+Green+Blue) = 69+77+35=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #454D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D23 is #BAB2DC. Grayscale: #454545. Windows color (decimal): -12235485 or 2313541. OLE color: 2313541.
HSL color Cylindrical-coordinate representation of color #454D23: hue angle of 71.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454D23 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 35 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.70 |
| HSL | 71.43º | 0.38% | 0.22% | - |
| HSV(B) | 71.43º | 0.55% | 0.3% | - |
| XYZ | 5.41 | 6.69 | 2.6 | - |
| YUV | 69.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 35 | 0.10 | 0 | 0.55 | 0.70 | 71.43 | 0.38 | 0.22 |
| Hex | 45 | 4D | 23 | A | 0 | 37 | 46 | 47 | 26 | 16 |
| Octal | 105 | 115 | 43 | 12 | 0 | 67 | 106 | 107 | 46 | 26 |
| Binary | 1000101 | 1001101 | 100011 | 1010 | 0 | 110111 | 1000110 | 1000111 | 100110 | 10110 |
Color Harmonies of #454D23
Complementary color
Monochromatic Colors of #454D23
Black with #454D23
Text Example
Text Example
White with #454D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D23; }
p { color: rgb(69,77,35); }
H1.HeaderClassName
{
color: #454D23;
}
.AnyTagClassName
{
color: #454D23;
}
</style>
background-color css
<style>
a { background-color: #454D23; }
a { background-color: rgb(69,77,35); }
div.DivClassName
{
background-color: #454D23;
}
.BgClassName
{
background-color: #454D23;
}
</style>
border-color css
<style>
span { border-color: #454D23; }
span { border-color: rgb(69,77,35); }
td.TdClassName
{
border-color: #454D23;
}
.TagClassName
{
border-color: #454D23;
}
</style>