Shades of Bronzetone #454C31
Tints of Bronzetone #454C31
RGB
CMYK
RGB Variations
Color information
#454C31 (or 0x454C31) is known color: Bronzetone. HEX triplet: 45, 4C and 31. RGB value is (69,76,49). Sum of RGB (Red+Green+Blue) = 69+76+49=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #454C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454C31 is #BAB3CE. Grayscale: #464646. Windows color (decimal): -12235727 or 3230789. OLE color: 3230789.
HSL color Cylindrical-coordinate representation of color #454C31: hue angle of 75.56º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454C31 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 49 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.70 |
| HSL | 75.56º | 0.22% | 0.25% | - |
| HSV(B) | 75.56º | 0.36% | 0.3% | - |
| XYZ | 5.59 | 6.66 | 3.9 | - |
| YUV | 70.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 49 | 0.09 | 0 | 0.36 | 0.70 | 75.56 | 0.22 | 0.25 |
| Hex | 45 | 4C | 31 | 9 | 0 | 24 | 46 | 4C | 16 | 19 |
| Octal | 105 | 114 | 61 | 11 | 0 | 44 | 106 | 114 | 26 | 31 |
| Binary | 1000101 | 1001100 | 110001 | 1001 | 0 | 100100 | 1000110 | 1001100 | 10110 | 11001 |
Color Harmonies of #454C31
Complementary color
Monochromatic Colors of #454C31
Black with #454C31
Text Example
Text Example
White with #454C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C31; }
p { color: rgb(69,76,49); }
H1.HeaderClassName
{
color: #454C31;
}
.AnyTagClassName
{
color: #454C31;
}
</style>
background-color css
<style>
a { background-color: #454C31; }
a { background-color: rgb(69,76,49); }
div.DivClassName
{
background-color: #454C31;
}
.BgClassName
{
background-color: #454C31;
}
</style>
border-color css
<style>
span { border-color: #454C31; }
span { border-color: rgb(69,76,49); }
td.TdClassName
{
border-color: #454C31;
}
.TagClassName
{
border-color: #454C31;
}
</style>