Shades of Bronze Olive #554715
Tints of Bronze Olive #554715
RGB
CMYK
RGB Variations
Color information
#554715 (or 0x554715) is known color: Bronze Olive. HEX triplet: 55, 47 and 15. RGB value is (85,71,21). Sum of RGB (Red+Green+Blue) = 85+71+21=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554715 is #AAB8EA. Grayscale: #454545. Windows color (decimal): -11188459 or 1394517. OLE color: 1394517.
HSL color Cylindrical-coordinate representation of color #554715: hue angle of 46.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554715 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 21 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.67 |
| HSL | 46.88º | 0.6% | 0.21% | - |
| HSV(B) | 46.88º | 0.75% | 0.33% | - |
| XYZ | 6.13 | 6.49 | 1.64 | - |
| YUV | 69.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 21 | 0 | 0.16 | 0.75 | 0.67 | 46.88 | 0.6 | 0.21 |
| Hex | 55 | 47 | 15 | 0 | 10 | 4B | 43 | 2F | 3C | 15 |
| Octal | 125 | 107 | 25 | 0 | 20 | 113 | 103 | 57 | 74 | 25 |
| Binary | 1010101 | 1000111 | 10101 | 0 | 10000 | 1001011 | 1000011 | 101111 | 111100 | 10101 |
Color Harmonies of #554715
Complementary color
Monochromatic Colors of #554715
Black with #554715
Text Example
Text Example
White with #554715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554715; }
p { color: rgb(85,71,21); }
H1.HeaderClassName
{
color: #554715;
}
.AnyTagClassName
{
color: #554715;
}
</style>
background-color css
<style>
a { background-color: #554715; }
a { background-color: rgb(85,71,21); }
div.DivClassName
{
background-color: #554715;
}
.BgClassName
{
background-color: #554715;
}
</style>
border-color css
<style>
span { border-color: #554715; }
span { border-color: rgb(85,71,21); }
td.TdClassName
{
border-color: #554715;
}
.TagClassName
{
border-color: #554715;
}
</style>