Shades of Bronze Olive #55521C
Tints of Bronze Olive #55521C
RGB
CMYK
RGB Variations
Color information
#55521C (or 0x55521C) is known color: Bronze Olive. HEX triplet: 55, 52 and 1C. RGB value is (85,82,28). Sum of RGB (Red+Green+Blue) = 85+82+28=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521C is #AAADE3. Grayscale: #4C4C4C. Windows color (decimal): -11185636 or 1856085. OLE color: 1856085.
HSL color Cylindrical-coordinate representation of color #55521C: hue angle of 56.84º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55521C is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 28 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.67 |
| HSL | 56.84º | 0.5% | 0.22% | - |
| HSV(B) | 56.84º | 0.67% | 0.33% | - |
| XYZ | 6.97 | 8.05 | 2.28 | - |
| YUV | 76.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 28 | 0 | 0.04 | 0.67 | 0.67 | 56.84 | 0.5 | 0.22 |
| Hex | 55 | 52 | 1C | 0 | 4 | 43 | 43 | 39 | 32 | 16 |
| Octal | 125 | 122 | 34 | 0 | 4 | 103 | 103 | 71 | 62 | 26 |
| Binary | 1010101 | 1010010 | 11100 | 0 | 100 | 1000011 | 1000011 | 111001 | 110010 | 10110 |
Color Harmonies of #55521C
Complementary color
Monochromatic Colors of #55521C
Black with #55521C
Text Example
Text Example
White with #55521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55521C; }
p { color: rgb(85,82,28); }
H1.HeaderClassName
{
color: #55521C;
}
.AnyTagClassName
{
color: #55521C;
}
</style>
background-color css
<style>
a { background-color: #55521C; }
a { background-color: rgb(85,82,28); }
div.DivClassName
{
background-color: #55521C;
}
.BgClassName
{
background-color: #55521C;
}
</style>
border-color css
<style>
span { border-color: #55521C; }
span { border-color: rgb(85,82,28); }
td.TdClassName
{
border-color: #55521C;
}
.TagClassName
{
border-color: #55521C;
}
</style>