Shades of Deep Bronze #54422D
Tints of Deep Bronze #54422D
RGB
CMYK
RGB Variations
Color information
#54422D (or 0x54422D) is known color: Deep Bronze. HEX triplet: 54, 42 and 2D. RGB value is (84,66,45). Sum of RGB (Red+Green+Blue) = 84+66+45=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422D is #ABBDD2. Grayscale: #454545. Windows color (decimal): -11255251 or 2966100. OLE color: 2966100.
HSL color Cylindrical-coordinate representation of color #54422D: hue angle of 32.31º 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 #54422D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 45 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.67 |
| HSL | 32.31º | 0.3% | 0.25% | - |
| HSV(B) | 32.31º | 0.46% | 0.33% | - |
| XYZ | 6.08 | 5.97 | 3.31 | - |
| YUV | 68.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 45 | 0 | 0.21 | 0.46 | 0.67 | 32.31 | 0.3 | 0.25 |
| Hex | 54 | 42 | 2D | 0 | 15 | 2E | 43 | 20 | 1E | 19 |
| Octal | 124 | 102 | 55 | 0 | 25 | 56 | 103 | 40 | 36 | 31 |
| Binary | 1010100 | 1000010 | 101101 | 0 | 10101 | 101110 | 1000011 | 100000 | 11110 | 11001 |
Color Harmonies of #54422D
Complementary color
Monochromatic Colors of #54422D
Black with #54422D
Text Example
Text Example
White with #54422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54422D; }
p { color: rgb(84,66,45); }
H1.HeaderClassName
{
color: #54422D;
}
.AnyTagClassName
{
color: #54422D;
}
</style>
background-color css
<style>
a { background-color: #54422D; }
a { background-color: rgb(84,66,45); }
div.DivClassName
{
background-color: #54422D;
}
.BgClassName
{
background-color: #54422D;
}
</style>
border-color css
<style>
span { border-color: #54422D; }
span { border-color: rgb(84,66,45); }
td.TdClassName
{
border-color: #54422D;
}
.TagClassName
{
border-color: #54422D;
}
</style>