Shades of Deep Bronze #54452C
Tints of Deep Bronze #54452C
RGB
CMYK
RGB Variations
Color information
#54452C (or 0x54452C) is known color: Deep Bronze. HEX triplet: 54, 45 and 2C. RGB value is (84,69,44). Sum of RGB (Red+Green+Blue) = 84+69+44=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54452C is #ABBAD3. Grayscale: #464646. Windows color (decimal): -11254484 or 2901332. OLE color: 2901332.
HSL color Cylindrical-coordinate representation of color #54452C: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54452C is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 44 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.67 |
| HSL | 37.5º | 0.31% | 0.25% | - |
| HSV(B) | 37.5º | 0.48% | 0.33% | - |
| XYZ | 6.24 | 6.32 | 3.27 | - |
| YUV | 70.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 44 | 0 | 0.18 | 0.48 | 0.67 | 37.5 | 0.31 | 0.25 |
| Hex | 54 | 45 | 2C | 0 | 12 | 30 | 43 | 26 | 1F | 19 |
| Octal | 124 | 105 | 54 | 0 | 22 | 60 | 103 | 46 | 37 | 31 |
| Binary | 1010100 | 1000101 | 101100 | 0 | 10010 | 110000 | 1000011 | 100110 | 11111 | 11001 |
Color Harmonies of #54452C
Complementary color
Monochromatic Colors of #54452C
Black with #54452C
Text Example
Text Example
White with #54452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54452C; }
p { color: rgb(84,69,44); }
H1.HeaderClassName
{
color: #54452C;
}
.AnyTagClassName
{
color: #54452C;
}
</style>
background-color css
<style>
a { background-color: #54452C; }
a { background-color: rgb(84,69,44); }
div.DivClassName
{
background-color: #54452C;
}
.BgClassName
{
background-color: #54452C;
}
</style>
border-color css
<style>
span { border-color: #54452C; }
span { border-color: rgb(84,69,44); }
td.TdClassName
{
border-color: #54452C;
}
.TagClassName
{
border-color: #54452C;
}
</style>