Shades of Bronze Olive #55480C
Tints of Bronze Olive #55480C
RGB
CMYK
RGB Variations
Color information
#55480C (or 0x55480C) is known color: Bronze Olive. HEX triplet: 55, 48 and 0C. RGB value is (85,72,12). Sum of RGB (Red+Green+Blue) = 85+72+12=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55480C is #AAB7F3. Grayscale: #454545. Windows color (decimal): -11188212 or 804949. OLE color: 804949.
HSL color Cylindrical-coordinate representation of color #55480C: hue angle of 49.32º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55480C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 12 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.67 |
| HSL | 49.32º | 0.75% | 0.19% | - |
| HSV(B) | 49.32º | 0.86% | 0.33% | - |
| XYZ | 6.13 | 6.59 | 1.3 | - |
| YUV | 69.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 12 | 0 | 0.15 | 0.86 | 0.67 | 49.32 | 0.75 | 0.19 |
| Hex | 55 | 48 | C | 0 | F | 56 | 43 | 31 | 4B | 13 |
| Octal | 125 | 110 | 14 | 0 | 17 | 126 | 103 | 61 | 113 | 23 |
| Binary | 1010101 | 1001000 | 1100 | 0 | 1111 | 1010110 | 1000011 | 110001 | 1001011 | 10011 |
Color Harmonies of #55480C
Complementary color
Monochromatic Colors of #55480C
Black with #55480C
Text Example
Text Example
White with #55480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55480C; }
p { color: rgb(85,72,12); }
H1.HeaderClassName
{
color: #55480C;
}
.AnyTagClassName
{
color: #55480C;
}
</style>
background-color css
<style>
a { background-color: #55480C; }
a { background-color: rgb(85,72,12); }
div.DivClassName
{
background-color: #55480C;
}
.BgClassName
{
background-color: #55480C;
}
</style>
border-color css
<style>
span { border-color: #55480C; }
span { border-color: rgb(85,72,12); }
td.TdClassName
{
border-color: #55480C;
}
.TagClassName
{
border-color: #55480C;
}
</style>