Shades of Bronze Olive #554C22
Tints of Bronze Olive #554C22
RGB
CMYK
RGB Variations
Color information
#554C22 (or 0x554C22) is known color: Bronze Olive. HEX triplet: 55, 4C and 22. RGB value is (85,76,34). Sum of RGB (Red+Green+Blue) = 85+76+34=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C22 is #AAB3DD. Grayscale: #4A4A4A. Windows color (decimal): -11187166 or 2247765. OLE color: 2247765.
HSL color Cylindrical-coordinate representation of color #554C22: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554C22 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 34 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.67 |
| HSL | 49.41º | 0.43% | 0.23% | - |
| HSV(B) | 49.41º | 0.6% | 0.33% | - |
| XYZ | 6.62 | 7.22 | 2.56 | - |
| YUV | 73.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 34 | 0 | 0.11 | 0.60 | 0.67 | 49.41 | 0.43 | 0.23 |
| Hex | 55 | 4C | 22 | 0 | B | 3C | 43 | 31 | 2B | 17 |
| Octal | 125 | 114 | 42 | 0 | 13 | 74 | 103 | 61 | 53 | 27 |
| Binary | 1010101 | 1001100 | 100010 | 0 | 1011 | 111100 | 1000011 | 110001 | 101011 | 10111 |
Color Harmonies of #554C22
Complementary color
Monochromatic Colors of #554C22
Black with #554C22
Text Example
Text Example
White with #554C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C22; }
p { color: rgb(85,76,34); }
H1.HeaderClassName
{
color: #554C22;
}
.AnyTagClassName
{
color: #554C22;
}
</style>
background-color css
<style>
a { background-color: #554C22; }
a { background-color: rgb(85,76,34); }
div.DivClassName
{
background-color: #554C22;
}
.BgClassName
{
background-color: #554C22;
}
</style>
border-color css
<style>
span { border-color: #554C22; }
span { border-color: rgb(85,76,34); }
td.TdClassName
{
border-color: #554C22;
}
.TagClassName
{
border-color: #554C22;
}
</style>