Shades of Deep Bronze #554221
Tints of Deep Bronze #554221
RGB
CMYK
RGB Variations
Color information
#554221 (or 0x554221) is known color: Deep Bronze. HEX triplet: 55, 42 and 21. RGB value is (85,66,33). Sum of RGB (Red+Green+Blue) = 85+66+33=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554221 is #AABDDE. Grayscale: #444444. Windows color (decimal): -11189727 or 2179669. OLE color: 2179669.
HSL color Cylindrical-coordinate representation of color #554221: hue angle of 38.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554221 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 33 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.67 |
| HSL | 38.08º | 0.44% | 0.23% | - |
| HSV(B) | 38.08º | 0.61% | 0.33% | - |
| XYZ | 5.97 | 5.94 | 2.27 | - |
| YUV | 67.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 33 | 0 | 0.22 | 0.61 | 0.67 | 38.08 | 0.44 | 0.23 |
| Hex | 55 | 42 | 21 | 0 | 16 | 3D | 43 | 26 | 2C | 17 |
| Octal | 125 | 102 | 41 | 0 | 26 | 75 | 103 | 46 | 54 | 27 |
| Binary | 1010101 | 1000010 | 100001 | 0 | 10110 | 111101 | 1000011 | 100110 | 101100 | 10111 |
Color Harmonies of #554221
Complementary color
Monochromatic Colors of #554221
Black with #554221
Text Example
Text Example
White with #554221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554221; }
p { color: rgb(85,66,33); }
H1.HeaderClassName
{
color: #554221;
}
.AnyTagClassName
{
color: #554221;
}
</style>
background-color css
<style>
a { background-color: #554221; }
a { background-color: rgb(85,66,33); }
div.DivClassName
{
background-color: #554221;
}
.BgClassName
{
background-color: #554221;
}
</style>
border-color css
<style>
span { border-color: #554221; }
span { border-color: rgb(85,66,33); }
td.TdClassName
{
border-color: #554221;
}
.TagClassName
{
border-color: #554221;
}
</style>