Shades of Bronze Olive #554C15
Tints of Bronze Olive #554C15
RGB
CMYK
RGB Variations
Color information
#554C15 (or 0x554C15) is known color: Bronze Olive. HEX triplet: 55, 4C and 15. RGB value is (85,76,21). Sum of RGB (Red+Green+Blue) = 85+76+21=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C15 is #AAB3EA. Grayscale: #484848. Windows color (decimal): -11187179 or 1395797. OLE color: 1395797.
HSL color Cylindrical-coordinate representation of color #554C15: hue angle of 51.56º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554C15 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 21 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.67 |
| HSL | 51.56º | 0.6% | 0.21% | - |
| HSV(B) | 51.56º | 0.75% | 0.33% | - |
| XYZ | 6.47 | 7.15 | 1.75 | - |
| YUV | 72.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 21 | 0 | 0.11 | 0.75 | 0.67 | 51.56 | 0.6 | 0.21 |
| Hex | 55 | 4C | 15 | 0 | B | 4B | 43 | 34 | 3C | 15 |
| Octal | 125 | 114 | 25 | 0 | 13 | 113 | 103 | 64 | 74 | 25 |
| Binary | 1010101 | 1001100 | 10101 | 0 | 1011 | 1001011 | 1000011 | 110100 | 111100 | 10101 |
Color Harmonies of #554C15
Complementary color
Monochromatic Colors of #554C15
Black with #554C15
Text Example
Text Example
White with #554C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C15; }
p { color: rgb(85,76,21); }
H1.HeaderClassName
{
color: #554C15;
}
.AnyTagClassName
{
color: #554C15;
}
</style>
background-color css
<style>
a { background-color: #554C15; }
a { background-color: rgb(85,76,21); }
div.DivClassName
{
background-color: #554C15;
}
.BgClassName
{
background-color: #554C15;
}
</style>
border-color css
<style>
span { border-color: #554C15; }
span { border-color: rgb(85,76,21); }
td.TdClassName
{
border-color: #554C15;
}
.TagClassName
{
border-color: #554C15;
}
</style>