Shades of Bronze Olive #555123
Tints of Bronze Olive #555123
RGB
CMYK
RGB Variations
Color information
#555123 (or 0x555123) is known color: Bronze Olive. HEX triplet: 55, 51 and 23. RGB value is (85,81,35). Sum of RGB (Red+Green+Blue) = 85+81+35=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555123 is #AAAEDC. Grayscale: #4D4D4D. Windows color (decimal): -11185885 or 2314581. OLE color: 2314581.
HSL color Cylindrical-coordinate representation of color #555123: hue angle of 55.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555123 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 35 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.67 |
| HSL | 55.2º | 0.42% | 0.24% | - |
| HSV(B) | 55.2º | 0.59% | 0.33% | - |
| XYZ | 6.99 | 7.94 | 2.75 | - |
| YUV | 76.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 35 | 0 | 0.05 | 0.59 | 0.67 | 55.2 | 0.42 | 0.24 |
| Hex | 55 | 51 | 23 | 0 | 5 | 3B | 43 | 37 | 2A | 18 |
| Octal | 125 | 121 | 43 | 0 | 5 | 73 | 103 | 67 | 52 | 30 |
| Binary | 1010101 | 1010001 | 100011 | 0 | 101 | 111011 | 1000011 | 110111 | 101010 | 11000 |
Color Harmonies of #555123
Complementary color
Monochromatic Colors of #555123
Black with #555123
Text Example
Text Example
White with #555123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555123; }
p { color: rgb(85,81,35); }
H1.HeaderClassName
{
color: #555123;
}
.AnyTagClassName
{
color: #555123;
}
</style>
background-color css
<style>
a { background-color: #555123; }
a { background-color: rgb(85,81,35); }
div.DivClassName
{
background-color: #555123;
}
.BgClassName
{
background-color: #555123;
}
</style>
border-color css
<style>
span { border-color: #555123; }
span { border-color: rgb(85,81,35); }
td.TdClassName
{
border-color: #555123;
}
.TagClassName
{
border-color: #555123;
}
</style>