Shades of Deep Bronze #54452D
Tints of Deep Bronze #54452D
RGB
CMYK
RGB Variations
Color information
#54452D (or 0x54452D) is known color: Deep Bronze. HEX triplet: 54, 45 and 2D. RGB value is (84,69,45). Sum of RGB (Red+Green+Blue) = 84+69+45=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452D is #ABBAD2. Grayscale: #464646. Windows color (decimal): -11254483 or 2966868. OLE color: 2966868.
HSL color Cylindrical-coordinate representation of color #54452D: hue angle of 36.92º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54452D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 45 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.67 |
| HSL | 36.92º | 0.3% | 0.25% | - |
| HSV(B) | 36.92º | 0.46% | 0.33% | - |
| XYZ | 6.26 | 6.33 | 3.37 | - |
| YUV | 70.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 45 | 0 | 0.18 | 0.46 | 0.67 | 36.92 | 0.3 | 0.25 |
| Hex | 54 | 45 | 2D | 0 | 12 | 2E | 43 | 25 | 1E | 19 |
| Octal | 124 | 105 | 55 | 0 | 22 | 56 | 103 | 45 | 36 | 31 |
| Binary | 1010100 | 1000101 | 101101 | 0 | 10010 | 101110 | 1000011 | 100101 | 11110 | 11001 |
Color Harmonies of #54452D
Complementary color
Monochromatic Colors of #54452D
Black with #54452D
Text Example
Text Example
White with #54452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54452D; }
p { color: rgb(84,69,45); }
H1.HeaderClassName
{
color: #54452D;
}
.AnyTagClassName
{
color: #54452D;
}
</style>
background-color css
<style>
a { background-color: #54452D; }
a { background-color: rgb(84,69,45); }
div.DivClassName
{
background-color: #54452D;
}
.BgClassName
{
background-color: #54452D;
}
</style>
border-color css
<style>
span { border-color: #54452D; }
span { border-color: rgb(84,69,45); }
td.TdClassName
{
border-color: #54452D;
}
.TagClassName
{
border-color: #54452D;
}
</style>