Shades of Bronze Olive #5C5117
Tints of Bronze Olive #5C5117
RGB
CMYK
RGB Variations
Color information
#5C5117 (or 0x5C5117) is known color: Bronze Olive. HEX triplet: 5C, 51 and 17. RGB value is (92,81,23). Sum of RGB (Red+Green+Blue) = 92+81+23=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5117 is #A3AEE8. Grayscale: #4D4D4D. Windows color (decimal): -10727145 or 1528156. OLE color: 1528156.
HSL color Cylindrical-coordinate representation of color #5C5117: hue angle of 50.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C5117 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 23 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.64 |
| HSL | 50.43º | 0.6% | 0.23% | - |
| HSV(B) | 50.43º | 0.75% | 0.36% | - |
| XYZ | 7.51 | 8.22 | 2 | - |
| YUV | 77.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 23 | 0 | 0.12 | 0.75 | 0.64 | 50.43 | 0.6 | 0.23 |
| Hex | 5C | 51 | 17 | 0 | C | 4B | 40 | 32 | 3C | 17 |
| Octal | 134 | 121 | 27 | 0 | 14 | 113 | 100 | 62 | 74 | 27 |
| Binary | 1011100 | 1010001 | 10111 | 0 | 1100 | 1001011 | 1000000 | 110010 | 111100 | 10111 |
Color Harmonies of #5C5117
Complementary color
Monochromatic Colors of #5C5117
Black with #5C5117
Text Example
Text Example
White with #5C5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5117; }
p { color: rgb(92,81,23); }
H1.HeaderClassName
{
color: #5C5117;
}
.AnyTagClassName
{
color: #5C5117;
}
</style>
background-color css
<style>
a { background-color: #5C5117; }
a { background-color: rgb(92,81,23); }
div.DivClassName
{
background-color: #5C5117;
}
.BgClassName
{
background-color: #5C5117;
}
</style>
border-color css
<style>
span { border-color: #5C5117; }
span { border-color: rgb(92,81,23); }
td.TdClassName
{
border-color: #5C5117;
}
.TagClassName
{
border-color: #5C5117;
}
</style>