Shades of Bronze Olive #554A17
Tints of Bronze Olive #554A17
RGB
CMYK
RGB Variations
Color information
#554A17 (or 0x554A17) is known color: Bronze Olive. HEX triplet: 55, 4A and 17. RGB value is (85,74,23). Sum of RGB (Red+Green+Blue) = 85+74+23=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A17 is #AAB5E8. Grayscale: #474747. Windows color (decimal): -11187689 or 1526357. OLE color: 1526357.
HSL color Cylindrical-coordinate representation of color #554A17: hue angle of 49.35º 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 #554A17 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 23 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.67 |
| HSL | 49.35º | 0.57% | 0.21% | - |
| HSV(B) | 49.35º | 0.73% | 0.33% | - |
| XYZ | 6.35 | 6.89 | 1.81 | - |
| YUV | 71.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 23 | 0 | 0.13 | 0.73 | 0.67 | 49.35 | 0.57 | 0.21 |
| Hex | 55 | 4A | 17 | 0 | D | 49 | 43 | 31 | 39 | 15 |
| Octal | 125 | 112 | 27 | 0 | 15 | 111 | 103 | 61 | 71 | 25 |
| Binary | 1010101 | 1001010 | 10111 | 0 | 1101 | 1001001 | 1000011 | 110001 | 111001 | 10101 |
Color Harmonies of #554A17
Complementary color
Monochromatic Colors of #554A17
Black with #554A17
Text Example
Text Example
White with #554A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A17; }
p { color: rgb(85,74,23); }
H1.HeaderClassName
{
color: #554A17;
}
.AnyTagClassName
{
color: #554A17;
}
</style>
background-color css
<style>
a { background-color: #554A17; }
a { background-color: rgb(85,74,23); }
div.DivClassName
{
background-color: #554A17;
}
.BgClassName
{
background-color: #554A17;
}
</style>
border-color css
<style>
span { border-color: #554A17; }
span { border-color: rgb(85,74,23); }
td.TdClassName
{
border-color: #554A17;
}
.TagClassName
{
border-color: #554A17;
}
</style>