Shades of Metallic Bronze #554B3F
Tints of Metallic Bronze #554B3F
RGB
CMYK
RGB Variations
Color information
#554B3F (or 0x554B3F) is known color: Metallic Bronze. HEX triplet: 55, 4B and 3F. RGB value is (85,75,63). Sum of RGB (Red+Green+Blue) = 85+75+63=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B3F is #AAB4C0. Grayscale: #4C4C4C. Windows color (decimal): -11187393 or 4148053. OLE color: 4148053.
HSL color Cylindrical-coordinate representation of color #554B3F: hue angle of 32.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554B3F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 75 | 63 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.67 |
| HSL | 32.73º | 0.15% | 0.29% | - |
| HSV(B) | 32.73º | 0.26% | 0.33% | - |
| XYZ | 7.16 | 7.32 | 5.74 | - |
| YUV | 76.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 63 | 0 | 0.12 | 0.26 | 0.67 | 32.73 | 0.15 | 0.29 |
| Hex | 55 | 4B | 3F | 0 | C | 1A | 43 | 21 | F | 1D |
| Octal | 125 | 113 | 77 | 0 | 14 | 32 | 103 | 41 | 17 | 35 |
| Binary | 1010101 | 1001011 | 111111 | 0 | 1100 | 11010 | 1000011 | 100001 | 1111 | 11101 |
Color Harmonies of #554B3F
Complementary color
Monochromatic Colors of #554B3F
Black with #554B3F
Text Example
Text Example
White with #554B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B3F; }
p { color: rgb(85,75,63); }
H1.HeaderClassName
{
color: #554B3F;
}
.AnyTagClassName
{
color: #554B3F;
}
</style>
background-color css
<style>
a { background-color: #554B3F; }
a { background-color: rgb(85,75,63); }
div.DivClassName
{
background-color: #554B3F;
}
.BgClassName
{
background-color: #554B3F;
}
</style>
border-color css
<style>
span { border-color: #554B3F; }
span { border-color: rgb(85,75,63); }
td.TdClassName
{
border-color: #554B3F;
}
.TagClassName
{
border-color: #554B3F;
}
</style>