Shades of Bronzetone #454F2A
Tints of Bronzetone #454F2A
RGB
CMYK
RGB Variations
Color information
#454F2A (or 0x454F2A) is known color: Bronzetone. HEX triplet: 45, 4F and 2A. RGB value is (69,79,42). Sum of RGB (Red+Green+Blue) = 69+79+42=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #454F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F2A is #BAB0D5. Grayscale: #474747. Windows color (decimal): -12234966 or 2772805. OLE color: 2772805.
HSL color Cylindrical-coordinate representation of color #454F2A: hue angle of 76.22º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454F2A is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 42 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.69 |
| HSL | 76.22º | 0.31% | 0.24% | - |
| HSV(B) | 76.22º | 0.47% | 0.31% | - |
| XYZ | 5.67 | 7.02 | 3.25 | - |
| YUV | 71.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 42 | 0.13 | 0 | 0.47 | 0.69 | 76.22 | 0.31 | 0.24 |
| Hex | 45 | 4F | 2A | D | 0 | 2F | 45 | 4C | 1F | 18 |
| Octal | 105 | 117 | 52 | 15 | 0 | 57 | 105 | 114 | 37 | 30 |
| Binary | 1000101 | 1001111 | 101010 | 1101 | 0 | 101111 | 1000101 | 1001100 | 11111 | 11000 |
Color Harmonies of #454F2A
Complementary color
Monochromatic Colors of #454F2A
Black with #454F2A
Text Example
Text Example
White with #454F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F2A; }
p { color: rgb(69,79,42); }
H1.HeaderClassName
{
color: #454F2A;
}
.AnyTagClassName
{
color: #454F2A;
}
</style>
background-color css
<style>
a { background-color: #454F2A; }
a { background-color: rgb(69,79,42); }
div.DivClassName
{
background-color: #454F2A;
}
.BgClassName
{
background-color: #454F2A;
}
</style>
border-color css
<style>
span { border-color: #454F2A; }
span { border-color: rgb(69,79,42); }
td.TdClassName
{
border-color: #454F2A;
}
.TagClassName
{
border-color: #454F2A;
}
</style>