Shades of Bronzetone #454D32
Tints of Bronzetone #454D32
RGB
CMYK
RGB Variations
Color information
#454D32 (or 0x454D32) is known color: Bronzetone. HEX triplet: 45, 4D and 32. RGB value is (69,77,50). Sum of RGB (Red+Green+Blue) = 69+77+50=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #454D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D32 is #BAB2CD. Grayscale: #474747. Windows color (decimal): -12235470 or 3296581. OLE color: 3296581.
HSL color Cylindrical-coordinate representation of color #454D32: hue angle of 77.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454D32 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 50 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.70 |
| HSL | 77.78º | 0.21% | 0.25% | - |
| HSV(B) | 77.78º | 0.35% | 0.3% | - |
| XYZ | 5.68 | 6.8 | 4.03 | - |
| YUV | 71.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 50 | 0.10 | 0 | 0.35 | 0.70 | 77.78 | 0.21 | 0.25 |
| Hex | 45 | 4D | 32 | A | 0 | 23 | 46 | 4E | 15 | 19 |
| Octal | 105 | 115 | 62 | 12 | 0 | 43 | 106 | 116 | 25 | 31 |
| Binary | 1000101 | 1001101 | 110010 | 1010 | 0 | 100011 | 1000110 | 1001110 | 10101 | 11001 |
Color Harmonies of #454D32
Complementary color
Monochromatic Colors of #454D32
Black with #454D32
Text Example
Text Example
White with #454D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D32; }
p { color: rgb(69,77,50); }
H1.HeaderClassName
{
color: #454D32;
}
.AnyTagClassName
{
color: #454D32;
}
</style>
background-color css
<style>
a { background-color: #454D32; }
a { background-color: rgb(69,77,50); }
div.DivClassName
{
background-color: #454D32;
}
.BgClassName
{
background-color: #454D32;
}
</style>
border-color css
<style>
span { border-color: #454D32; }
span { border-color: rgb(69,77,50); }
td.TdClassName
{
border-color: #454D32;
}
.TagClassName
{
border-color: #454D32;
}
</style>