Shades of Metallic Bronze #554C3D
Tints of Metallic Bronze #554C3D
RGB
CMYK
RGB Variations
Color information
#554C3D (or 0x554C3D) is known color: Metallic Bronze. HEX triplet: 55, 4C and 3D. RGB value is (85,76,61). Sum of RGB (Red+Green+Blue) = 85+76+61=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3D is #AAB3C2. Grayscale: #4D4D4D. Windows color (decimal): -11187139 or 4017237. OLE color: 4017237.
HSL color Cylindrical-coordinate representation of color #554C3D: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554C3D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 61 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.67 |
| HSL | 37.5º | 0.16% | 0.29% | - |
| HSV(B) | 37.5º | 0.28% | 0.33% | - |
| XYZ | 7.17 | 7.44 | 5.47 | - |
| YUV | 76.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 61 | 0 | 0.11 | 0.28 | 0.67 | 37.5 | 0.16 | 0.29 |
| Hex | 55 | 4C | 3D | 0 | B | 1C | 43 | 26 | 10 | 1D |
| Octal | 125 | 114 | 75 | 0 | 13 | 34 | 103 | 46 | 20 | 35 |
| Binary | 1010101 | 1001100 | 111101 | 0 | 1011 | 11100 | 1000011 | 100110 | 10000 | 11101 |
Color Harmonies of #554C3D
Complementary color
Monochromatic Colors of #554C3D
Black with #554C3D
Text Example
Text Example
White with #554C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C3D; }
p { color: rgb(85,76,61); }
H1.HeaderClassName
{
color: #554C3D;
}
.AnyTagClassName
{
color: #554C3D;
}
</style>
background-color css
<style>
a { background-color: #554C3D; }
a { background-color: rgb(85,76,61); }
div.DivClassName
{
background-color: #554C3D;
}
.BgClassName
{
background-color: #554C3D;
}
</style>
border-color css
<style>
span { border-color: #554C3D; }
span { border-color: rgb(85,76,61); }
td.TdClassName
{
border-color: #554C3D;
}
.TagClassName
{
border-color: #554C3D;
}
</style>