Shades of Metallic Bronze #554B40
Tints of Metallic Bronze #554B40
RGB
CMYK
RGB Variations
Color information
#554B40 (or 0x554B40) is known color: Metallic Bronze. HEX triplet: 55, 4B and 40. RGB value is (85,75,64). Sum of RGB (Red+Green+Blue) = 85+75+64=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B40 is #AAB4BF. Grayscale: #4C4C4C. Windows color (decimal): -11187392 or 4213589. OLE color: 4213589.
HSL color Cylindrical-coordinate representation of color #554B40: hue angle of 31.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554B40 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 64 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.67 |
| HSL | 31.43º | 0.14% | 0.29% | - |
| HSV(B) | 31.43º | 0.25% | 0.33% | - |
| XYZ | 7.19 | 7.33 | 5.89 | - |
| YUV | 76.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 64 | 0 | 0.12 | 0.25 | 0.67 | 31.43 | 0.14 | 0.29 |
| Hex | 55 | 4B | 40 | 0 | C | 19 | 43 | 1F | E | 1D |
| Octal | 125 | 113 | 100 | 0 | 14 | 31 | 103 | 37 | 16 | 35 |
| Binary | 1010101 | 1001011 | 1000000 | 0 | 1100 | 11001 | 1000011 | 11111 | 1110 | 11101 |
Color Harmonies of #554B40
Complementary color
Monochromatic Colors of #554B40
Black with #554B40
Text Example
Text Example
White with #554B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B40; }
p { color: rgb(85,75,64); }
H1.HeaderClassName
{
color: #554B40;
}
.AnyTagClassName
{
color: #554B40;
}
</style>
background-color css
<style>
a { background-color: #554B40; }
a { background-color: rgb(85,75,64); }
div.DivClassName
{
background-color: #554B40;
}
.BgClassName
{
background-color: #554B40;
}
</style>
border-color css
<style>
span { border-color: #554B40; }
span { border-color: rgb(85,75,64); }
td.TdClassName
{
border-color: #554B40;
}
.TagClassName
{
border-color: #554B40;
}
</style>