Shades of Metallic Bronze #554A39
Tints of Metallic Bronze #554A39
RGB
CMYK
RGB Variations
Color information
#554A39 (or 0x554A39) is known color: Metallic Bronze. HEX triplet: 55, 4A and 39. RGB value is (85,74,57). Sum of RGB (Red+Green+Blue) = 85+74+57=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A39 is #AAB5C6. Grayscale: #4B4B4B. Windows color (decimal): -11187655 or 3754581. OLE color: 3754581.
HSL color Cylindrical-coordinate representation of color #554A39: hue angle of 36.43º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554A39 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 57 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.67 |
| HSL | 36.43º | 0.2% | 0.28% | - |
| HSV(B) | 36.43º | 0.33% | 0.33% | - |
| XYZ | 6.93 | 7.12 | 4.88 | - |
| YUV | 75.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 57 | 0 | 0.13 | 0.33 | 0.67 | 36.43 | 0.2 | 0.28 |
| Hex | 55 | 4A | 39 | 0 | D | 21 | 43 | 24 | 14 | 1C |
| Octal | 125 | 112 | 71 | 0 | 15 | 41 | 103 | 44 | 24 | 34 |
| Binary | 1010101 | 1001010 | 111001 | 0 | 1101 | 100001 | 1000011 | 100100 | 10100 | 11100 |
Color Harmonies of #554A39
Complementary color
Monochromatic Colors of #554A39
Black with #554A39
Text Example
Text Example
White with #554A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A39; }
p { color: rgb(85,74,57); }
H1.HeaderClassName
{
color: #554A39;
}
.AnyTagClassName
{
color: #554A39;
}
</style>
background-color css
<style>
a { background-color: #554A39; }
a { background-color: rgb(85,74,57); }
div.DivClassName
{
background-color: #554A39;
}
.BgClassName
{
background-color: #554A39;
}
</style>
border-color css
<style>
span { border-color: #554A39; }
span { border-color: rgb(85,74,57); }
td.TdClassName
{
border-color: #554A39;
}
.TagClassName
{
border-color: #554A39;
}
</style>