Shades of Bronze Olive #554F0A
Tints of Bronze Olive #554F0A
RGB
CMYK
RGB Variations
Color information
#554F0A (or 0x554F0A) is known color: Bronze Olive. HEX triplet: 55, 4F and 0A. RGB value is (85,79,10). Sum of RGB (Red+Green+Blue) = 85+79+10=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F0A is #AAB0F5. Grayscale: #494949. Windows color (decimal): -11186422 or 675669. OLE color: 675669.
HSL color Cylindrical-coordinate representation of color #554F0A: hue angle of 55.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #554F0A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 10 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.67 |
| HSL | 55.2º | 0.79% | 0.19% | - |
| HSV(B) | 55.2º | 0.88% | 0.33% | - |
| XYZ | 6.6 | 7.55 | 1.4 | - |
| YUV | 72.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 10 | 0 | 0.07 | 0.88 | 0.67 | 55.2 | 0.79 | 0.19 |
| Hex | 55 | 4F | A | 0 | 7 | 58 | 43 | 37 | 4F | 13 |
| Octal | 125 | 117 | 12 | 0 | 7 | 130 | 103 | 67 | 117 | 23 |
| Binary | 1010101 | 1001111 | 1010 | 0 | 111 | 1011000 | 1000011 | 110111 | 1001111 | 10011 |
Color Harmonies of #554F0A
Complementary color
Monochromatic Colors of #554F0A
Black with #554F0A
Text Example
Text Example
White with #554F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F0A; }
p { color: rgb(85,79,10); }
H1.HeaderClassName
{
color: #554F0A;
}
.AnyTagClassName
{
color: #554F0A;
}
</style>
background-color css
<style>
a { background-color: #554F0A; }
a { background-color: rgb(85,79,10); }
div.DivClassName
{
background-color: #554F0A;
}
.BgClassName
{
background-color: #554F0A;
}
</style>
border-color css
<style>
span { border-color: #554F0A; }
span { border-color: rgb(85,79,10); }
td.TdClassName
{
border-color: #554F0A;
}
.TagClassName
{
border-color: #554F0A;
}
</style>