Shades of Deep Bronze #54422C
Tints of Deep Bronze #54422C
RGB
CMYK
RGB Variations
Color information
#54422C (or 0x54422C) is known color: Deep Bronze. HEX triplet: 54, 42 and 2C. RGB value is (84,66,44). Sum of RGB (Red+Green+Blue) = 84+66+44=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54422C is #ABBDD3. Grayscale: #444444. Windows color (decimal): -11255252 or 2900564. OLE color: 2900564.
HSL color Cylindrical-coordinate representation of color #54422C: hue angle of 33º 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 #54422C is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 44 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.67 |
| HSL | 33º | 0.31% | 0.25% | - |
| HSV(B) | 33º | 0.48% | 0.33% | - |
| XYZ | 6.06 | 5.96 | 3.21 | - |
| YUV | 68.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 44 | 0 | 0.21 | 0.48 | 0.67 | 33 | 0.31 | 0.25 |
| Hex | 54 | 42 | 2C | 0 | 15 | 30 | 43 | 21 | 1F | 19 |
| Octal | 124 | 102 | 54 | 0 | 25 | 60 | 103 | 41 | 37 | 31 |
| Binary | 1010100 | 1000010 | 101100 | 0 | 10101 | 110000 | 1000011 | 100001 | 11111 | 11001 |
Color Harmonies of #54422C
Complementary color
Monochromatic Colors of #54422C
Black with #54422C
Text Example
Text Example
White with #54422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54422C; }
p { color: rgb(84,66,44); }
H1.HeaderClassName
{
color: #54422C;
}
.AnyTagClassName
{
color: #54422C;
}
</style>
background-color css
<style>
a { background-color: #54422C; }
a { background-color: rgb(84,66,44); }
div.DivClassName
{
background-color: #54422C;
}
.BgClassName
{
background-color: #54422C;
}
</style>
border-color css
<style>
span { border-color: #54422C; }
span { border-color: rgb(84,66,44); }
td.TdClassName
{
border-color: #54422C;
}
.TagClassName
{
border-color: #54422C;
}
</style>