Shades of Bronze Olive #554C18
Tints of Bronze Olive #554C18
RGB
CMYK
RGB Variations
Color information
#554C18 (or 0x554C18) is known color: Bronze Olive. HEX triplet: 55, 4C and 18. RGB value is (85,76,24). Sum of RGB (Red+Green+Blue) = 85+76+24=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C18 is #AAB3E7. Grayscale: #484848. Windows color (decimal): -11187176 or 1592405. OLE color: 1592405.
HSL color Cylindrical-coordinate representation of color #554C18: hue angle of 51.15º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #554C18 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 24 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.67 |
| HSL | 51.15º | 0.56% | 0.21% | - |
| HSV(B) | 51.15º | 0.72% | 0.33% | - |
| XYZ | 6.5 | 7.17 | 1.9 | - |
| YUV | 72.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 24 | 0 | 0.11 | 0.72 | 0.67 | 51.15 | 0.56 | 0.21 |
| Hex | 55 | 4C | 18 | 0 | B | 48 | 43 | 33 | 38 | 15 |
| Octal | 125 | 114 | 30 | 0 | 13 | 110 | 103 | 63 | 70 | 25 |
| Binary | 1010101 | 1001100 | 11000 | 0 | 1011 | 1001000 | 1000011 | 110011 | 111000 | 10101 |
Color Harmonies of #554C18
Complementary color
Monochromatic Colors of #554C18
Black with #554C18
Text Example
Text Example
White with #554C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C18; }
p { color: rgb(85,76,24); }
H1.HeaderClassName
{
color: #554C18;
}
.AnyTagClassName
{
color: #554C18;
}
</style>
background-color css
<style>
a { background-color: #554C18; }
a { background-color: rgb(85,76,24); }
div.DivClassName
{
background-color: #554C18;
}
.BgClassName
{
background-color: #554C18;
}
</style>
border-color css
<style>
span { border-color: #554C18; }
span { border-color: rgb(85,76,24); }
td.TdClassName
{
border-color: #554C18;
}
.TagClassName
{
border-color: #554C18;
}
</style>