Shades of Bronze Olive #554707
Tints of Bronze Olive #554707
RGB
CMYK
RGB Variations
Color information
#554707 (or 0x554707) is known color: Bronze Olive. HEX triplet: 55, 47 and 07. RGB value is (85,71,7). Sum of RGB (Red+Green+Blue) = 85+71+7=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554707 is #AAB8F8. Grayscale: #444444. Windows color (decimal): -11188473 or 477013. OLE color: 477013.
HSL color Cylindrical-coordinate representation of color #554707: hue angle of 49.23º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #554707 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 7 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.67 |
| HSL | 49.23º | 0.85% | 0.18% | - |
| HSV(B) | 49.23º | 0.92% | 0.33% | - |
| XYZ | 6.04 | 6.45 | 1.13 | - |
| YUV | 67.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 7 | 0 | 0.16 | 0.92 | 0.67 | 49.23 | 0.85 | 0.18 |
| Hex | 55 | 47 | 7 | 0 | 10 | 5C | 43 | 31 | 55 | 12 |
| Octal | 125 | 107 | 7 | 0 | 20 | 134 | 103 | 61 | 125 | 22 |
| Binary | 1010101 | 1000111 | 111 | 0 | 10000 | 1011100 | 1000011 | 110001 | 1010101 | 10010 |
Color Harmonies of #554707
Complementary color
Monochromatic Colors of #554707
Black with #554707
Text Example
Text Example
White with #554707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554707; }
p { color: rgb(85,71,7); }
H1.HeaderClassName
{
color: #554707;
}
.AnyTagClassName
{
color: #554707;
}
</style>
background-color css
<style>
a { background-color: #554707; }
a { background-color: rgb(85,71,7); }
div.DivClassName
{
background-color: #554707;
}
.BgClassName
{
background-color: #554707;
}
</style>
border-color css
<style>
span { border-color: #554707; }
span { border-color: rgb(85,71,7); }
td.TdClassName
{
border-color: #554707;
}
.TagClassName
{
border-color: #554707;
}
</style>