Shades of Bronze Olive #5C4E17
Tints of Bronze Olive #5C4E17
RGB
CMYK
RGB Variations
Color information
#5C4E17 (or 0x5C4E17) is known color: Bronze Olive. HEX triplet: 5C, 4E and 17. RGB value is (92,78,23). Sum of RGB (Red+Green+Blue) = 92+78+23=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C4E17 is #A3B1E8. Grayscale: #4C4C4C. Windows color (decimal): -10727913 or 1527388. OLE color: 1527388.
HSL color Cylindrical-coordinate representation of color #5C4E17: hue angle of 47.83º 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 #5C4E17 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 23 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.64 |
| HSL | 47.83º | 0.6% | 0.23% | - |
| HSV(B) | 47.83º | 0.75% | 0.36% | - |
| XYZ | 7.29 | 7.79 | 1.93 | - |
| YUV | 75.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 23 | 0 | 0.15 | 0.75 | 0.64 | 47.83 | 0.6 | 0.23 |
| Hex | 5C | 4E | 17 | 0 | F | 4B | 40 | 30 | 3C | 17 |
| Octal | 134 | 116 | 27 | 0 | 17 | 113 | 100 | 60 | 74 | 27 |
| Binary | 1011100 | 1001110 | 10111 | 0 | 1111 | 1001011 | 1000000 | 110000 | 111100 | 10111 |
Color Harmonies of #5C4E17
Complementary color
Monochromatic Colors of #5C4E17
Black with #5C4E17
Text Example
Text Example
White with #5C4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E17; }
p { color: rgb(92,78,23); }
H1.HeaderClassName
{
color: #5C4E17;
}
.AnyTagClassName
{
color: #5C4E17;
}
</style>
background-color css
<style>
a { background-color: #5C4E17; }
a { background-color: rgb(92,78,23); }
div.DivClassName
{
background-color: #5C4E17;
}
.BgClassName
{
background-color: #5C4E17;
}
</style>
border-color css
<style>
span { border-color: #5C4E17; }
span { border-color: rgb(92,78,23); }
td.TdClassName
{
border-color: #5C4E17;
}
.TagClassName
{
border-color: #5C4E17;
}
</style>