Shades of Deep Bronze #54452E
Tints of Deep Bronze #54452E
RGB
CMYK
RGB Variations
Color information
#54452E (or 0x54452E) is known color: Deep Bronze. HEX triplet: 54, 45 and 2E. RGB value is (84,69,46). Sum of RGB (Red+Green+Blue) = 84+69+46=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #54452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452E is #ABBAD1. Grayscale: #464646. Windows color (decimal): -11254482 or 3032404. OLE color: 3032404.
HSL color Cylindrical-coordinate representation of color #54452E: hue angle of 36.32º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54452E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 46 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.67 |
| HSL | 36.32º | 0.29% | 0.25% | - |
| HSV(B) | 36.32º | 0.45% | 0.33% | - |
| XYZ | 6.28 | 6.34 | 3.48 | - |
| YUV | 70.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 46 | 0 | 0.18 | 0.45 | 0.67 | 36.32 | 0.29 | 0.25 |
| Hex | 54 | 45 | 2E | 0 | 12 | 2D | 43 | 24 | 1D | 19 |
| Octal | 124 | 105 | 56 | 0 | 22 | 55 | 103 | 44 | 35 | 31 |
| Binary | 1010100 | 1000101 | 101110 | 0 | 10010 | 101101 | 1000011 | 100100 | 11101 | 11001 |
Color Harmonies of #54452E
Complementary color
Monochromatic Colors of #54452E
Black with #54452E
Text Example
Text Example
White with #54452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54452E; }
p { color: rgb(84,69,46); }
H1.HeaderClassName
{
color: #54452E;
}
.AnyTagClassName
{
color: #54452E;
}
</style>
background-color css
<style>
a { background-color: #54452E; }
a { background-color: rgb(84,69,46); }
div.DivClassName
{
background-color: #54452E;
}
.BgClassName
{
background-color: #54452E;
}
</style>
border-color css
<style>
span { border-color: #54452E; }
span { border-color: rgb(84,69,46); }
td.TdClassName
{
border-color: #54452E;
}
.TagClassName
{
border-color: #54452E;
}
</style>