Shades of Bronze Olive #554C10
Tints of Bronze Olive #554C10
RGB
CMYK
RGB Variations
Color information
#554C10 (or 0x554C10) is known color: Bronze Olive. HEX triplet: 55, 4C and 10. RGB value is (85,76,16). Sum of RGB (Red+Green+Blue) = 85+76+16=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C10 is #AAB3EF. Grayscale: #484848. Windows color (decimal): -11187184 or 1068117. OLE color: 1068117.
HSL color Cylindrical-coordinate representation of color #554C10: hue angle of 52.17º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #554C10 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 16 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.67 |
| HSL | 52.17º | 0.68% | 0.2% | - |
| HSV(B) | 52.17º | 0.81% | 0.33% | - |
| XYZ | 6.42 | 7.14 | 1.53 | - |
| YUV | 71.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 16 | 0 | 0.11 | 0.81 | 0.67 | 52.17 | 0.68 | 0.2 |
| Hex | 55 | 4C | 10 | 0 | B | 51 | 43 | 34 | 44 | 14 |
| Octal | 125 | 114 | 20 | 0 | 13 | 121 | 103 | 64 | 104 | 24 |
| Binary | 1010101 | 1001100 | 10000 | 0 | 1011 | 1010001 | 1000011 | 110100 | 1000100 | 10100 |
Color Harmonies of #554C10
Complementary color
Monochromatic Colors of #554C10
Black with #554C10
Text Example
Text Example
White with #554C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C10; }
p { color: rgb(85,76,16); }
H1.HeaderClassName
{
color: #554C10;
}
.AnyTagClassName
{
color: #554C10;
}
</style>
background-color css
<style>
a { background-color: #554C10; }
a { background-color: rgb(85,76,16); }
div.DivClassName
{
background-color: #554C10;
}
.BgClassName
{
background-color: #554C10;
}
</style>
border-color css
<style>
span { border-color: #554C10; }
span { border-color: rgb(85,76,16); }
td.TdClassName
{
border-color: #554C10;
}
.TagClassName
{
border-color: #554C10;
}
</style>