Shades of Bronze Olive #554C02
Tints of Bronze Olive #554C02
RGB
CMYK
RGB Variations
Color information
#554C02 (or 0x554C02) is known color: Bronze Olive. HEX triplet: 55, 4C and 02. RGB value is (85,76,2). Sum of RGB (Red+Green+Blue) = 85+76+2=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C02 is #AAB3FD. Grayscale: #464646. Windows color (decimal): -11187198 or 150613. OLE color: 150613.
HSL color Cylindrical-coordinate representation of color #554C02: hue angle of 53.49º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #554C02 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 2 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.67 |
| HSL | 53.49º | 0.95% | 0.17% | - |
| HSV(B) | 53.49º | 0.98% | 0.33% | - |
| XYZ | 6.34 | 7.1 | 1.09 | - |
| YUV | 70.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 2 | 0 | 0.11 | 0.98 | 0.67 | 53.49 | 0.95 | 0.17 |
| Hex | 55 | 4C | 2 | 0 | B | 62 | 43 | 35 | 5F | 11 |
| Octal | 125 | 114 | 2 | 0 | 13 | 142 | 103 | 65 | 137 | 21 |
| Binary | 1010101 | 1001100 | 10 | 0 | 1011 | 1100010 | 1000011 | 110101 | 1011111 | 10001 |
Color Harmonies of #554C02
Complementary color
Monochromatic Colors of #554C02
Black with #554C02
Text Example
Text Example
White with #554C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C02; }
p { color: rgb(85,76,2); }
H1.HeaderClassName
{
color: #554C02;
}
.AnyTagClassName
{
color: #554C02;
}
</style>
background-color css
<style>
a { background-color: #554C02; }
a { background-color: rgb(85,76,2); }
div.DivClassName
{
background-color: #554C02;
}
.BgClassName
{
background-color: #554C02;
}
</style>
border-color css
<style>
span { border-color: #554C02; }
span { border-color: rgb(85,76,2); }
td.TdClassName
{
border-color: #554C02;
}
.TagClassName
{
border-color: #554C02;
}
</style>