Shades of Bronzetone #454A27
Tints of Bronzetone #454A27
RGB
CMYK
RGB Variations
Color information
#454A27 (or 0x454A27) is known color: Bronzetone. HEX triplet: 45, 4A and 27. RGB value is (69,74,39). Sum of RGB (Red+Green+Blue) = 69+74+39=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #454A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A27 is #BAB5D8. Grayscale: #444444. Windows color (decimal): -12236249 or 2574917. OLE color: 2574917.
HSL color Cylindrical-coordinate representation of color #454A27: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454A27 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 39 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.71 |
| HSL | 68.57º | 0.31% | 0.22% | - |
| HSV(B) | 68.57º | 0.47% | 0.29% | - |
| XYZ | 5.27 | 6.31 | 2.86 | - |
| YUV | 68.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 39 | 0.07 | 0 | 0.47 | 0.71 | 68.57 | 0.31 | 0.22 |
| Hex | 45 | 4A | 27 | 7 | 0 | 2F | 47 | 45 | 1F | 16 |
| Octal | 105 | 112 | 47 | 7 | 0 | 57 | 107 | 105 | 37 | 26 |
| Binary | 1000101 | 1001010 | 100111 | 111 | 0 | 101111 | 1000111 | 1000101 | 11111 | 10110 |
Color Harmonies of #454A27
Complementary color
Monochromatic Colors of #454A27
Black with #454A27
Text Example
Text Example
White with #454A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A27; }
p { color: rgb(69,74,39); }
H1.HeaderClassName
{
color: #454A27;
}
.AnyTagClassName
{
color: #454A27;
}
</style>
background-color css
<style>
a { background-color: #454A27; }
a { background-color: rgb(69,74,39); }
div.DivClassName
{
background-color: #454A27;
}
.BgClassName
{
background-color: #454A27;
}
</style>
border-color css
<style>
span { border-color: #454A27; }
span { border-color: rgb(69,74,39); }
td.TdClassName
{
border-color: #454A27;
}
.TagClassName
{
border-color: #454A27;
}
</style>