Shades of Bronze Olive #554C0D
Tints of Bronze Olive #554C0D
RGB
CMYK
RGB Variations
Color information
#554C0D (or 0x554C0D) is known color: Bronze Olive. HEX triplet: 55, 4C and 0D. RGB value is (85,76,13). Sum of RGB (Red+Green+Blue) = 85+76+13=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C0D is #AAB3F2. Grayscale: #474747. Windows color (decimal): -11187187 or 871509. OLE color: 871509.
HSL color Cylindrical-coordinate representation of color #554C0D: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #554C0D is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 13 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.67 |
| HSL | 52.5º | 0.73% | 0.19% | - |
| HSV(B) | 52.5º | 0.85% | 0.33% | - |
| XYZ | 6.4 | 7.13 | 1.42 | - |
| YUV | 71.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 13 | 0 | 0.11 | 0.85 | 0.67 | 52.5 | 0.73 | 0.19 |
| Hex | 55 | 4C | D | 0 | B | 55 | 43 | 34 | 49 | 13 |
| Octal | 125 | 114 | 15 | 0 | 13 | 125 | 103 | 64 | 111 | 23 |
| Binary | 1010101 | 1001100 | 1101 | 0 | 1011 | 1010101 | 1000011 | 110100 | 1001001 | 10011 |
Color Harmonies of #554C0D
Complementary color
Monochromatic Colors of #554C0D
Black with #554C0D
Text Example
Text Example
White with #554C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C0D; }
p { color: rgb(85,76,13); }
H1.HeaderClassName
{
color: #554C0D;
}
.AnyTagClassName
{
color: #554C0D;
}
</style>
background-color css
<style>
a { background-color: #554C0D; }
a { background-color: rgb(85,76,13); }
div.DivClassName
{
background-color: #554C0D;
}
.BgClassName
{
background-color: #554C0D;
}
</style>
border-color css
<style>
span { border-color: #554C0D; }
span { border-color: rgb(85,76,13); }
td.TdClassName
{
border-color: #554C0D;
}
.TagClassName
{
border-color: #554C0D;
}
</style>