Shades of Bronze Olive #554D0B
Tints of Bronze Olive #554D0B
RGB
CMYK
RGB Variations
Color information
#554D0B (or 0x554D0B) is known color: Bronze Olive. HEX triplet: 55, 4D and 0B. RGB value is (85,77,11). Sum of RGB (Red+Green+Blue) = 85+77+11=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0B is #AAB2F4. Grayscale: #484848. Windows color (decimal): -11186933 or 740693. OLE color: 740693.
HSL color Cylindrical-coordinate representation of color #554D0B: hue angle of 53.51º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #554D0B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 11 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.67 |
| HSL | 53.51º | 0.77% | 0.19% | - |
| HSV(B) | 53.51º | 0.87% | 0.33% | - |
| XYZ | 6.46 | 7.26 | 1.38 | - |
| YUV | 71.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 11 | 0 | 0.09 | 0.87 | 0.67 | 53.51 | 0.77 | 0.19 |
| Hex | 55 | 4D | B | 0 | 9 | 57 | 43 | 36 | 4D | 13 |
| Octal | 125 | 115 | 13 | 0 | 11 | 127 | 103 | 66 | 115 | 23 |
| Binary | 1010101 | 1001101 | 1011 | 0 | 1001 | 1010111 | 1000011 | 110110 | 1001101 | 10011 |
Color Harmonies of #554D0B
Complementary color
Monochromatic Colors of #554D0B
Black with #554D0B
Text Example
Text Example
White with #554D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D0B; }
p { color: rgb(85,77,11); }
H1.HeaderClassName
{
color: #554D0B;
}
.AnyTagClassName
{
color: #554D0B;
}
</style>
background-color css
<style>
a { background-color: #554D0B; }
a { background-color: rgb(85,77,11); }
div.DivClassName
{
background-color: #554D0B;
}
.BgClassName
{
background-color: #554D0B;
}
</style>
border-color css
<style>
span { border-color: #554D0B; }
span { border-color: rgb(85,77,11); }
td.TdClassName
{
border-color: #554D0B;
}
.TagClassName
{
border-color: #554D0B;
}
</style>