Shades of Bronzetone #454A2F
Tints of Bronzetone #454A2F
RGB
CMYK
RGB Variations
Color information
#454A2F (or 0x454A2F) is known color: Bronzetone. HEX triplet: 45, 4A and 2F. RGB value is (69,74,47). Sum of RGB (Red+Green+Blue) = 69+74+47=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #454A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A2F is #BAB5D0. Grayscale: #454545. Windows color (decimal): -12236241 or 3099205. OLE color: 3099205.
HSL color Cylindrical-coordinate representation of color #454A2F: hue angle of 71.11º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #454A2F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 47 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.71 |
| HSL | 71.11º | 0.22% | 0.24% | - |
| HSV(B) | 71.11º | 0.36% | 0.29% | - |
| XYZ | 5.42 | 6.37 | 3.63 | - |
| YUV | 69.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 47 | 0.07 | 0 | 0.36 | 0.71 | 71.11 | 0.22 | 0.24 |
| Hex | 45 | 4A | 2F | 7 | 0 | 24 | 47 | 47 | 16 | 18 |
| Octal | 105 | 112 | 57 | 7 | 0 | 44 | 107 | 107 | 26 | 30 |
| Binary | 1000101 | 1001010 | 101111 | 111 | 0 | 100100 | 1000111 | 1000111 | 10110 | 11000 |
Color Harmonies of #454A2F
Complementary color
Monochromatic Colors of #454A2F
Black with #454A2F
Text Example
Text Example
White with #454A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A2F; }
p { color: rgb(69,74,47); }
H1.HeaderClassName
{
color: #454A2F;
}
.AnyTagClassName
{
color: #454A2F;
}
</style>
background-color css
<style>
a { background-color: #454A2F; }
a { background-color: rgb(69,74,47); }
div.DivClassName
{
background-color: #454A2F;
}
.BgClassName
{
background-color: #454A2F;
}
</style>
border-color css
<style>
span { border-color: #454A2F; }
span { border-color: rgb(69,74,47); }
td.TdClassName
{
border-color: #454A2F;
}
.TagClassName
{
border-color: #454A2F;
}
</style>