Shades of Bronze Olive #554D21
Tints of Bronze Olive #554D21
RGB
CMYK
RGB Variations
Color information
#554D21 (or 0x554D21) is known color: Bronze Olive. HEX triplet: 55, 4D and 21. RGB value is (85,77,33). Sum of RGB (Red+Green+Blue) = 85+77+33=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D21 is #AAB2DE. Grayscale: #4A4A4A. Windows color (decimal): -11186911 or 2182485. OLE color: 2182485.
HSL color Cylindrical-coordinate representation of color #554D21: hue angle of 50.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554D21 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 33 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.67 |
| HSL | 50.77º | 0.44% | 0.23% | - |
| HSV(B) | 50.77º | 0.61% | 0.33% | - |
| XYZ | 6.67 | 7.35 | 2.51 | - |
| YUV | 74.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 33 | 0 | 0.09 | 0.61 | 0.67 | 50.77 | 0.44 | 0.23 |
| Hex | 55 | 4D | 21 | 0 | 9 | 3D | 43 | 33 | 2C | 17 |
| Octal | 125 | 115 | 41 | 0 | 11 | 75 | 103 | 63 | 54 | 27 |
| Binary | 1010101 | 1001101 | 100001 | 0 | 1001 | 111101 | 1000011 | 110011 | 101100 | 10111 |
Color Harmonies of #554D21
Complementary color
Monochromatic Colors of #554D21
Black with #554D21
Text Example
Text Example
White with #554D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D21; }
p { color: rgb(85,77,33); }
H1.HeaderClassName
{
color: #554D21;
}
.AnyTagClassName
{
color: #554D21;
}
</style>
background-color css
<style>
a { background-color: #554D21; }
a { background-color: rgb(85,77,33); }
div.DivClassName
{
background-color: #554D21;
}
.BgClassName
{
background-color: #554D21;
}
</style>
border-color css
<style>
span { border-color: #554D21; }
span { border-color: rgb(85,77,33); }
td.TdClassName
{
border-color: #554D21;
}
.TagClassName
{
border-color: #554D21;
}
</style>