Shades of Bronze Olive #554A04
Tints of Bronze Olive #554A04
RGB
CMYK
RGB Variations
Color information
#554A04 (or 0x554A04) is known color: Bronze Olive. HEX triplet: 55, 4A and 04. RGB value is (85,74,4). Sum of RGB (Red+Green+Blue) = 85+74+4=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A04 is #AAB5FB. Grayscale: #454545. Windows color (decimal): -11187708 or 281173. OLE color: 281173.
HSL color Cylindrical-coordinate representation of color #554A04: hue angle of 51.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554A04 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 4 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.67 |
| HSL | 51.85º | 0.91% | 0.17% | - |
| HSV(B) | 51.85º | 0.95% | 0.33% | - |
| XYZ | 6.22 | 6.84 | 1.11 | - |
| YUV | 69.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 4 | 0 | 0.13 | 0.95 | 0.67 | 51.85 | 0.91 | 0.17 |
| Hex | 55 | 4A | 4 | 0 | D | 5F | 43 | 34 | 5B | 11 |
| Octal | 125 | 112 | 4 | 0 | 15 | 137 | 103 | 64 | 133 | 21 |
| Binary | 1010101 | 1001010 | 100 | 0 | 1101 | 1011111 | 1000011 | 110100 | 1011011 | 10001 |
Color Harmonies of #554A04
Complementary color
Monochromatic Colors of #554A04
Black with #554A04
Text Example
Text Example
White with #554A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A04; }
p { color: rgb(85,74,4); }
H1.HeaderClassName
{
color: #554A04;
}
.AnyTagClassName
{
color: #554A04;
}
</style>
background-color css
<style>
a { background-color: #554A04; }
a { background-color: rgb(85,74,4); }
div.DivClassName
{
background-color: #554A04;
}
.BgClassName
{
background-color: #554A04;
}
</style>
border-color css
<style>
span { border-color: #554A04; }
span { border-color: rgb(85,74,4); }
td.TdClassName
{
border-color: #554A04;
}
.TagClassName
{
border-color: #554A04;
}
</style>