Shades of Bronze Olive #554E18
Tints of Bronze Olive #554E18
RGB
CMYK
RGB Variations
Color information
#554E18 (or 0x554E18) is known color: Bronze Olive. HEX triplet: 55, 4E and 18. RGB value is (85,78,24). Sum of RGB (Red+Green+Blue) = 85+78+24=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E18 is #AAB1E7. Grayscale: #4A4A4A. Windows color (decimal): -11186664 or 1592917. OLE color: 1592917.
HSL color Cylindrical-coordinate representation of color #554E18: hue angle of 53.11º 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 #554E18 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 24 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.67 |
| HSL | 53.11º | 0.56% | 0.21% | - |
| HSV(B) | 53.11º | 0.72% | 0.33% | - |
| XYZ | 6.64 | 7.45 | 1.95 | - |
| YUV | 73.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 24 | 0 | 0.08 | 0.72 | 0.67 | 53.11 | 0.56 | 0.21 |
| Hex | 55 | 4E | 18 | 0 | 8 | 48 | 43 | 35 | 38 | 15 |
| Octal | 125 | 116 | 30 | 0 | 10 | 110 | 103 | 65 | 70 | 25 |
| Binary | 1010101 | 1001110 | 11000 | 0 | 1000 | 1001000 | 1000011 | 110101 | 111000 | 10101 |
Color Harmonies of #554E18
Complementary color
Monochromatic Colors of #554E18
Black with #554E18
Text Example
Text Example
White with #554E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E18; }
p { color: rgb(85,78,24); }
H1.HeaderClassName
{
color: #554E18;
}
.AnyTagClassName
{
color: #554E18;
}
</style>
background-color css
<style>
a { background-color: #554E18; }
a { background-color: rgb(85,78,24); }
div.DivClassName
{
background-color: #554E18;
}
.BgClassName
{
background-color: #554E18;
}
</style>
border-color css
<style>
span { border-color: #554E18; }
span { border-color: rgb(85,78,24); }
td.TdClassName
{
border-color: #554E18;
}
.TagClassName
{
border-color: #554E18;
}
</style>