Shades of Bronze Olive #554718
Tints of Bronze Olive #554718
RGB
CMYK
RGB Variations
Color information
#554718 (or 0x554718) is known color: Bronze Olive. HEX triplet: 55, 47 and 18. RGB value is (85,71,24). Sum of RGB (Red+Green+Blue) = 85+71+24=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554718 is #AAB8E7. Grayscale: #464646. Windows color (decimal): -11188456 or 1591125. OLE color: 1591125.
HSL color Cylindrical-coordinate representation of color #554718: hue angle of 46.23º 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 #554718 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 24 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.67 |
| HSL | 46.23º | 0.56% | 0.21% | - |
| HSV(B) | 46.23º | 0.72% | 0.33% | - |
| XYZ | 6.16 | 6.5 | 1.79 | - |
| YUV | 69.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 24 | 0 | 0.16 | 0.72 | 0.67 | 46.23 | 0.56 | 0.21 |
| Hex | 55 | 47 | 18 | 0 | 10 | 48 | 43 | 2E | 38 | 15 |
| Octal | 125 | 107 | 30 | 0 | 20 | 110 | 103 | 56 | 70 | 25 |
| Binary | 1010101 | 1000111 | 11000 | 0 | 10000 | 1001000 | 1000011 | 101110 | 111000 | 10101 |
Color Harmonies of #554718
Complementary color
Monochromatic Colors of #554718
Black with #554718
Text Example
Text Example
White with #554718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554718; }
p { color: rgb(85,71,24); }
H1.HeaderClassName
{
color: #554718;
}
.AnyTagClassName
{
color: #554718;
}
</style>
background-color css
<style>
a { background-color: #554718; }
a { background-color: rgb(85,71,24); }
div.DivClassName
{
background-color: #554718;
}
.BgClassName
{
background-color: #554718;
}
</style>
border-color css
<style>
span { border-color: #554718; }
span { border-color: rgb(85,71,24); }
td.TdClassName
{
border-color: #554718;
}
.TagClassName
{
border-color: #554718;
}
</style>