Shades of Bronze Olive #554D17
Tints of Bronze Olive #554D17
RGB
CMYK
RGB Variations
Color information
#554D17 (or 0x554D17) is known color: Bronze Olive. HEX triplet: 55, 4D and 17. RGB value is (85,77,23). Sum of RGB (Red+Green+Blue) = 85+77+23=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D17 is #AAB2E8. Grayscale: #494949. Windows color (decimal): -11186921 or 1527125. OLE color: 1527125.
HSL color Cylindrical-coordinate representation of color #554D17: hue angle of 52.26º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554D17 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 23 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.67 |
| HSL | 52.26º | 0.57% | 0.21% | - |
| HSV(B) | 52.26º | 0.73% | 0.33% | - |
| XYZ | 6.55 | 7.3 | 1.87 | - |
| YUV | 73.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 23 | 0 | 0.09 | 0.73 | 0.67 | 52.26 | 0.57 | 0.21 |
| Hex | 55 | 4D | 17 | 0 | 9 | 49 | 43 | 34 | 39 | 15 |
| Octal | 125 | 115 | 27 | 0 | 11 | 111 | 103 | 64 | 71 | 25 |
| Binary | 1010101 | 1001101 | 10111 | 0 | 1001 | 1001001 | 1000011 | 110100 | 111001 | 10101 |
Color Harmonies of #554D17
Complementary color
Monochromatic Colors of #554D17
Black with #554D17
Text Example
Text Example
White with #554D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D17; }
p { color: rgb(85,77,23); }
H1.HeaderClassName
{
color: #554D17;
}
.AnyTagClassName
{
color: #554D17;
}
</style>
background-color css
<style>
a { background-color: #554D17; }
a { background-color: rgb(85,77,23); }
div.DivClassName
{
background-color: #554D17;
}
.BgClassName
{
background-color: #554D17;
}
</style>
border-color css
<style>
span { border-color: #554D17; }
span { border-color: rgb(85,77,23); }
td.TdClassName
{
border-color: #554D17;
}
.TagClassName
{
border-color: #554D17;
}
</style>