Shades of Bronze Olive #5C5508
Tints of Bronze Olive #5C5508
RGB
CMYK
RGB Variations
Color information
#5C5508 (or 0x5C5508) is known color: Bronze Olive. HEX triplet: 5C, 55 and 08. RGB value is (92,85,8). Sum of RGB (Red+Green+Blue) = 92+85+8=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5508 is #A3AAF7. Grayscale: #4E4E4E. Windows color (decimal): -10726136 or 546140. OLE color: 546140.
HSL color Cylindrical-coordinate representation of color #5C5508: hue angle of 55º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C5508 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 85 | 8 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.64 |
| HSL | 55º | 0.84% | 0.2% | - |
| HSV(B) | 55º | 0.91% | 0.36% | - |
| XYZ | 7.71 | 8.79 | 1.52 | - |
| YUV | 78.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 8 | 0 | 0.08 | 0.91 | 0.64 | 55 | 0.84 | 0.2 |
| Hex | 5C | 55 | 8 | 0 | 8 | 5B | 40 | 37 | 54 | 14 |
| Octal | 134 | 125 | 10 | 0 | 10 | 133 | 100 | 67 | 124 | 24 |
| Binary | 1011100 | 1010101 | 1000 | 0 | 1000 | 1011011 | 1000000 | 110111 | 1010100 | 10100 |
Color Harmonies of #5C5508
Complementary color
Monochromatic Colors of #5C5508
Black with #5C5508
Text Example
Text Example
White with #5C5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5508; }
p { color: rgb(92,85,8); }
H1.HeaderClassName
{
color: #5C5508;
}
.AnyTagClassName
{
color: #5C5508;
}
</style>
background-color css
<style>
a { background-color: #5C5508; }
a { background-color: rgb(92,85,8); }
div.DivClassName
{
background-color: #5C5508;
}
.BgClassName
{
background-color: #5C5508;
}
</style>
border-color css
<style>
span { border-color: #5C5508; }
span { border-color: rgb(92,85,8); }
td.TdClassName
{
border-color: #5C5508;
}
.TagClassName
{
border-color: #5C5508;
}
</style>