Shades of Bronze Olive #554C00
Tints of Bronze Olive #554C00
RGB
CMYK
RGB Variations
Color information
#554C00 (or 0x554C00) is known color: Bronze Olive. HEX triplet: 55, 4C and 00. RGB value is (85,76,0). Sum of RGB (Red+Green+Blue) = 85+76+0=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C00 is #AAB3FF. Grayscale: #464646. Windows color (decimal): -11187200 or 19541. OLE color: 19541.
HSL color Cylindrical-coordinate representation of color #554C00: hue angle of 53.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554C00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.67 |
| HSL | 53.65º | 1% | 0.17% | - |
| HSV(B) | 53.65º | 1% | 0.33% | - |
| XYZ | 6.33 | 7.1 | 1.04 | - |
| YUV | 70.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 0 | 0 | 0.11 | 1 | 0.67 | 53.65 | 1 | 0.17 |
| Hex | 55 | 4C | 0 | 0 | B | 64 | 43 | 36 | 64 | 11 |
| Octal | 125 | 114 | 0 | 0 | 13 | 144 | 103 | 66 | 144 | 21 |
| Binary | 1010101 | 1001100 | 0 | 0 | 1011 | 1100100 | 1000011 | 110110 | 1100100 | 10001 |
Color Harmonies of #554C00
Complementary color
Monochromatic Colors of #554C00
Black with #554C00
Text Example
Text Example
White with #554C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C00; }
p { color: rgb(85,76,0); }
H1.HeaderClassName
{
color: #554C00;
}
.AnyTagClassName
{
color: #554C00;
}
</style>
background-color css
<style>
a { background-color: #554C00; }
a { background-color: rgb(85,76,0); }
div.DivClassName
{
background-color: #554C00;
}
.BgClassName
{
background-color: #554C00;
}
</style>
border-color css
<style>
span { border-color: #554C00; }
span { border-color: rgb(85,76,0); }
td.TdClassName
{
border-color: #554C00;
}
.TagClassName
{
border-color: #554C00;
}
</style>