Shades of Bronze Olive #55521A
Tints of Bronze Olive #55521A
RGB
CMYK
RGB Variations
Color information
#55521A (or 0x55521A) is known color: Bronze Olive. HEX triplet: 55, 52 and 1A. RGB value is (85,82,26). Sum of RGB (Red+Green+Blue) = 85+82+26=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #55521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521A is #AAADE5. Grayscale: #4C4C4C. Windows color (decimal): -11185638 or 1725013. OLE color: 1725013.
HSL color Cylindrical-coordinate representation of color #55521A: hue angle of 56.95º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55521A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 26 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.67 |
| HSL | 56.95º | 0.53% | 0.22% | - |
| HSV(B) | 56.95º | 0.69% | 0.33% | - |
| XYZ | 6.95 | 8.04 | 2.16 | - |
| YUV | 76.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 26 | 0 | 0.04 | 0.69 | 0.67 | 56.95 | 0.53 | 0.22 |
| Hex | 55 | 52 | 1A | 0 | 4 | 45 | 43 | 39 | 35 | 16 |
| Octal | 125 | 122 | 32 | 0 | 4 | 105 | 103 | 71 | 65 | 26 |
| Binary | 1010101 | 1010010 | 11010 | 0 | 100 | 1000101 | 1000011 | 111001 | 110101 | 10110 |
Color Harmonies of #55521A
Complementary color
Monochromatic Colors of #55521A
Black with #55521A
Text Example
Text Example
White with #55521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55521A; }
p { color: rgb(85,82,26); }
H1.HeaderClassName
{
color: #55521A;
}
.AnyTagClassName
{
color: #55521A;
}
</style>
background-color css
<style>
a { background-color: #55521A; }
a { background-color: rgb(85,82,26); }
div.DivClassName
{
background-color: #55521A;
}
.BgClassName
{
background-color: #55521A;
}
</style>
border-color css
<style>
span { border-color: #55521A; }
span { border-color: rgb(85,82,26); }
td.TdClassName
{
border-color: #55521A;
}
.TagClassName
{
border-color: #55521A;
}
</style>