Shades of Bronzetone #454B2D
Tints of Bronzetone #454B2D
RGB
CMYK
RGB Variations
Color information
#454B2D (or 0x454B2D) is known color: Bronzetone. HEX triplet: 45, 4B and 2D. RGB value is (69,75,45). Sum of RGB (Red+Green+Blue) = 69+75+45=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #454B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B2D is #BAB4D2. Grayscale: #454545. Windows color (decimal): -12235987 or 2968389. OLE color: 2968389.
HSL color Cylindrical-coordinate representation of color #454B2D: hue angle of 72º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454B2D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 45 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.71 |
| HSL | 72º | 0.25% | 0.24% | - |
| HSV(B) | 72º | 0.4% | 0.29% | - |
| XYZ | 5.44 | 6.49 | 3.45 | - |
| YUV | 69.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 45 | 0.08 | 0 | 0.40 | 0.71 | 72 | 0.25 | 0.24 |
| Hex | 45 | 4B | 2D | 8 | 0 | 28 | 47 | 48 | 19 | 18 |
| Octal | 105 | 113 | 55 | 10 | 0 | 50 | 107 | 110 | 31 | 30 |
| Binary | 1000101 | 1001011 | 101101 | 1000 | 0 | 101000 | 1000111 | 1001000 | 11001 | 11000 |
Color Harmonies of #454B2D
Complementary color
Monochromatic Colors of #454B2D
Black with #454B2D
Text Example
Text Example
White with #454B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B2D; }
p { color: rgb(69,75,45); }
H1.HeaderClassName
{
color: #454B2D;
}
.AnyTagClassName
{
color: #454B2D;
}
</style>
background-color css
<style>
a { background-color: #454B2D; }
a { background-color: rgb(69,75,45); }
div.DivClassName
{
background-color: #454B2D;
}
.BgClassName
{
background-color: #454B2D;
}
</style>
border-color css
<style>
span { border-color: #454B2D; }
span { border-color: rgb(69,75,45); }
td.TdClassName
{
border-color: #454B2D;
}
.TagClassName
{
border-color: #454B2D;
}
</style>