Shades of Bronze Olive #554F0D
Tints of Bronze Olive #554F0D
RGB
CMYK
RGB Variations
Color information
#554F0D (or 0x554F0D) is known color: Bronze Olive. HEX triplet: 55, 4F and 0D. RGB value is (85,79,13). Sum of RGB (Red+Green+Blue) = 85+79+13=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F0D is #AAB0F2. Grayscale: #494949. Windows color (decimal): -11186419 or 872277. OLE color: 872277.
HSL color Cylindrical-coordinate representation of color #554F0D: hue angle of 55º 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 #554F0D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 13 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.67 |
| HSL | 55º | 0.73% | 0.19% | - |
| HSV(B) | 55º | 0.85% | 0.33% | - |
| XYZ | 6.61 | 7.55 | 1.49 | - |
| YUV | 73.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 13 | 0 | 0.07 | 0.85 | 0.67 | 55 | 0.73 | 0.19 |
| Hex | 55 | 4F | D | 0 | 7 | 55 | 43 | 37 | 49 | 13 |
| Octal | 125 | 117 | 15 | 0 | 7 | 125 | 103 | 67 | 111 | 23 |
| Binary | 1010101 | 1001111 | 1101 | 0 | 111 | 1010101 | 1000011 | 110111 | 1001001 | 10011 |
Color Harmonies of #554F0D
Complementary color
Monochromatic Colors of #554F0D
Black with #554F0D
Text Example
Text Example
White with #554F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F0D; }
p { color: rgb(85,79,13); }
H1.HeaderClassName
{
color: #554F0D;
}
.AnyTagClassName
{
color: #554F0D;
}
</style>
background-color css
<style>
a { background-color: #554F0D; }
a { background-color: rgb(85,79,13); }
div.DivClassName
{
background-color: #554F0D;
}
.BgClassName
{
background-color: #554F0D;
}
</style>
border-color css
<style>
span { border-color: #554F0D; }
span { border-color: rgb(85,79,13); }
td.TdClassName
{
border-color: #554F0D;
}
.TagClassName
{
border-color: #554F0D;
}
</style>