Shades of Bronze Olive #5C4719
Tints of Bronze Olive #5C4719
RGB
CMYK
RGB Variations
Color information
#5C4719 (or 0x5C4719) is known color: Bronze Olive. HEX triplet: 5C, 47 and 19. RGB value is (92,71,25). Sum of RGB (Red+Green+Blue) = 92+71+25=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4719 is #A3B8E6. Grayscale: #484848. Windows color (decimal): -10729703 or 1656668. OLE color: 1656668.
HSL color Cylindrical-coordinate representation of color #5C4719: hue angle of 41.19º 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 #5C4719 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 25 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.64 |
| HSL | 41.19º | 0.57% | 0.23% | - |
| HSV(B) | 41.19º | 0.73% | 0.36% | - |
| XYZ | 6.84 | 6.85 | 1.88 | - |
| YUV | 72.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 25 | 0 | 0.23 | 0.73 | 0.64 | 41.19 | 0.57 | 0.23 |
| Hex | 5C | 47 | 19 | 0 | 17 | 49 | 40 | 29 | 39 | 17 |
| Octal | 134 | 107 | 31 | 0 | 27 | 111 | 100 | 51 | 71 | 27 |
| Binary | 1011100 | 1000111 | 11001 | 0 | 10111 | 1001001 | 1000000 | 101001 | 111001 | 10111 |
Color Harmonies of #5C4719
Complementary color
Monochromatic Colors of #5C4719
Black with #5C4719
Text Example
Text Example
White with #5C4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4719; }
p { color: rgb(92,71,25); }
H1.HeaderClassName
{
color: #5C4719;
}
.AnyTagClassName
{
color: #5C4719;
}
</style>
background-color css
<style>
a { background-color: #5C4719; }
a { background-color: rgb(92,71,25); }
div.DivClassName
{
background-color: #5C4719;
}
.BgClassName
{
background-color: #5C4719;
}
</style>
border-color css
<style>
span { border-color: #5C4719; }
span { border-color: rgb(92,71,25); }
td.TdClassName
{
border-color: #5C4719;
}
.TagClassName
{
border-color: #5C4719;
}
</style>