Shades of Bronze Olive #5C5119
Tints of Bronze Olive #5C5119
RGB
CMYK
RGB Variations
Color information
#5C5119 (or 0x5C5119) is known color: Bronze Olive. HEX triplet: 5C, 51 and 19. RGB value is (92,81,25). Sum of RGB (Red+Green+Blue) = 92+81+25=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5119 is #A3AEE6. Grayscale: #4E4E4E. Windows color (decimal): -10727143 or 1659228. OLE color: 1659228.
HSL color Cylindrical-coordinate representation of color #5C5119: hue angle of 50.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C5119 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 25 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.64 |
| HSL | 50.15º | 0.57% | 0.23% | - |
| HSV(B) | 50.15º | 0.73% | 0.36% | - |
| XYZ | 7.53 | 8.23 | 2.11 | - |
| YUV | 77.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 25 | 0 | 0.12 | 0.73 | 0.64 | 50.15 | 0.57 | 0.23 |
| Hex | 5C | 51 | 19 | 0 | C | 49 | 40 | 32 | 39 | 17 |
| Octal | 134 | 121 | 31 | 0 | 14 | 111 | 100 | 62 | 71 | 27 |
| Binary | 1011100 | 1010001 | 11001 | 0 | 1100 | 1001001 | 1000000 | 110010 | 111001 | 10111 |
Color Harmonies of #5C5119
Complementary color
Monochromatic Colors of #5C5119
Black with #5C5119
Text Example
Text Example
White with #5C5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5119; }
p { color: rgb(92,81,25); }
H1.HeaderClassName
{
color: #5C5119;
}
.AnyTagClassName
{
color: #5C5119;
}
</style>
background-color css
<style>
a { background-color: #5C5119; }
a { background-color: rgb(92,81,25); }
div.DivClassName
{
background-color: #5C5119;
}
.BgClassName
{
background-color: #5C5119;
}
</style>
border-color css
<style>
span { border-color: #5C5119; }
span { border-color: rgb(92,81,25); }
td.TdClassName
{
border-color: #5C5119;
}
.TagClassName
{
border-color: #5C5119;
}
</style>