Shades of Metallic Bronze #554C3A
Tints of Metallic Bronze #554C3A
RGB
CMYK
RGB Variations
Color information
#554C3A (or 0x554C3A) is known color: Metallic Bronze. HEX triplet: 55, 4C and 3A. RGB value is (85,76,58). Sum of RGB (Red+Green+Blue) = 85+76+58=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3A is #AAB3C5. Grayscale: #4C4C4C. Windows color (decimal): -11187142 or 3820629. OLE color: 3820629.
HSL color Cylindrical-coordinate representation of color #554C3A: hue angle of 40º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554C3A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 58 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.67 |
| HSL | 40º | 0.19% | 0.28% | - |
| HSV(B) | 40º | 0.32% | 0.33% | - |
| XYZ | 7.09 | 7.41 | 5.06 | - |
| YUV | 76.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 58 | 0 | 0.11 | 0.32 | 0.67 | 40 | 0.19 | 0.28 |
| Hex | 55 | 4C | 3A | 0 | B | 20 | 43 | 28 | 13 | 1C |
| Octal | 125 | 114 | 72 | 0 | 13 | 40 | 103 | 50 | 23 | 34 |
| Binary | 1010101 | 1001100 | 111010 | 0 | 1011 | 100000 | 1000011 | 101000 | 10011 | 11100 |
Color Harmonies of #554C3A
Complementary color
Monochromatic Colors of #554C3A
Black with #554C3A
Text Example
Text Example
White with #554C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C3A; }
p { color: rgb(85,76,58); }
H1.HeaderClassName
{
color: #554C3A;
}
.AnyTagClassName
{
color: #554C3A;
}
</style>
background-color css
<style>
a { background-color: #554C3A; }
a { background-color: rgb(85,76,58); }
div.DivClassName
{
background-color: #554C3A;
}
.BgClassName
{
background-color: #554C3A;
}
</style>
border-color css
<style>
span { border-color: #554C3A; }
span { border-color: rgb(85,76,58); }
td.TdClassName
{
border-color: #554C3A;
}
.TagClassName
{
border-color: #554C3A;
}
</style>