Shades of Bronzetone #454A33
Tints of Bronzetone #454A33
RGB
CMYK
RGB Variations
Color information
#454A33 (or 0x454A33) is known color: Bronzetone. HEX triplet: 45, 4A and 33. RGB value is (69,74,51). Sum of RGB (Red+Green+Blue) = 69+74+51=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #454A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A33 is #BAB5CC. Grayscale: #454545. Windows color (decimal): -12236237 or 3361349. OLE color: 3361349.
HSL color Cylindrical-coordinate representation of color #454A33: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #454A33 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 74 | 51 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.71 |
| HSL | 73.04º | 0.18% | 0.25% | - |
| HSV(B) | 73.04º | 0.31% | 0.29% | - |
| XYZ | 5.5 | 6.4 | 4.08 | - |
| YUV | 69.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 51 | 0.07 | 0 | 0.31 | 0.71 | 73.04 | 0.18 | 0.25 |
| Hex | 45 | 4A | 33 | 7 | 0 | 1F | 47 | 49 | 12 | 19 |
| Octal | 105 | 112 | 63 | 7 | 0 | 37 | 107 | 111 | 22 | 31 |
| Binary | 1000101 | 1001010 | 110011 | 111 | 0 | 11111 | 1000111 | 1001001 | 10010 | 11001 |
Color Harmonies of #454A33
Complementary color
Monochromatic Colors of #454A33
Black with #454A33
Text Example
Text Example
White with #454A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A33; }
p { color: rgb(69,74,51); }
H1.HeaderClassName
{
color: #454A33;
}
.AnyTagClassName
{
color: #454A33;
}
</style>
background-color css
<style>
a { background-color: #454A33; }
a { background-color: rgb(69,74,51); }
div.DivClassName
{
background-color: #454A33;
}
.BgClassName
{
background-color: #454A33;
}
</style>
border-color css
<style>
span { border-color: #454A33; }
span { border-color: rgb(69,74,51); }
td.TdClassName
{
border-color: #454A33;
}
.TagClassName
{
border-color: #454A33;
}
</style>