Shades of Bronzetone #454D29
Tints of Bronzetone #454D29
RGB
CMYK
RGB Variations
Color information
#454D29 (or 0x454D29) is known color: Bronzetone. HEX triplet: 45, 4D and 29. RGB value is (69,77,41). Sum of RGB (Red+Green+Blue) = 69+77+41=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #454D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D29 is #BAB2D6. Grayscale: #464646. Windows color (decimal): -12235479 or 2706757. OLE color: 2706757.
HSL color Cylindrical-coordinate representation of color #454D29: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454D29 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 41 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.70 |
| HSL | 73.33º | 0.31% | 0.23% | - |
| HSV(B) | 73.33º | 0.47% | 0.3% | - |
| XYZ | 5.51 | 6.73 | 3.11 | - |
| YUV | 70.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 41 | 0.10 | 0 | 0.47 | 0.70 | 73.33 | 0.31 | 0.23 |
| Hex | 45 | 4D | 29 | A | 0 | 2F | 46 | 49 | 1F | 17 |
| Octal | 105 | 115 | 51 | 12 | 0 | 57 | 106 | 111 | 37 | 27 |
| Binary | 1000101 | 1001101 | 101001 | 1010 | 0 | 101111 | 1000110 | 1001001 | 11111 | 10111 |
Color Harmonies of #454D29
Complementary color
Monochromatic Colors of #454D29
Black with #454D29
Text Example
Text Example
White with #454D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D29; }
p { color: rgb(69,77,41); }
H1.HeaderClassName
{
color: #454D29;
}
.AnyTagClassName
{
color: #454D29;
}
</style>
background-color css
<style>
a { background-color: #454D29; }
a { background-color: rgb(69,77,41); }
div.DivClassName
{
background-color: #454D29;
}
.BgClassName
{
background-color: #454D29;
}
</style>
border-color css
<style>
span { border-color: #454D29; }
span { border-color: rgb(69,77,41); }
td.TdClassName
{
border-color: #454D29;
}
.TagClassName
{
border-color: #454D29;
}
</style>