Shades of Bronze Olive #554F20
Tints of Bronze Olive #554F20
RGB
CMYK
RGB Variations
Color information
#554F20 (or 0x554F20) is known color: Bronze Olive. HEX triplet: 55, 4F and 20. RGB value is (85,79,32). Sum of RGB (Red+Green+Blue) = 85+79+32=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F20 is #AAB0DF. Grayscale: #4B4B4B. Windows color (decimal): -11186400 or 2117461. OLE color: 2117461.
HSL color Cylindrical-coordinate representation of color #554F20: hue angle of 53.21º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554F20 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 32 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.67 |
| HSL | 53.21º | 0.45% | 0.23% | - |
| HSV(B) | 53.21º | 0.62% | 0.33% | - |
| XYZ | 6.8 | 7.63 | 2.48 | - |
| YUV | 75.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 32 | 0 | 0.07 | 0.62 | 0.67 | 53.21 | 0.45 | 0.23 |
| Hex | 55 | 4F | 20 | 0 | 7 | 3E | 43 | 35 | 2D | 17 |
| Octal | 125 | 117 | 40 | 0 | 7 | 76 | 103 | 65 | 55 | 27 |
| Binary | 1010101 | 1001111 | 100000 | 0 | 111 | 111110 | 1000011 | 110101 | 101101 | 10111 |
Color Harmonies of #554F20
Complementary color
Monochromatic Colors of #554F20
Black with #554F20
Text Example
Text Example
White with #554F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F20; }
p { color: rgb(85,79,32); }
H1.HeaderClassName
{
color: #554F20;
}
.AnyTagClassName
{
color: #554F20;
}
</style>
background-color css
<style>
a { background-color: #554F20; }
a { background-color: rgb(85,79,32); }
div.DivClassName
{
background-color: #554F20;
}
.BgClassName
{
background-color: #554F20;
}
</style>
border-color css
<style>
span { border-color: #554F20; }
span { border-color: rgb(85,79,32); }
td.TdClassName
{
border-color: #554F20;
}
.TagClassName
{
border-color: #554F20;
}
</style>