Shades of Bronze Olive #5C4D16
Tints of Bronze Olive #5C4D16
RGB
CMYK
RGB Variations
Color information
#5C4D16 (or 0x5C4D16) is known color: Bronze Olive. HEX triplet: 5C, 4D and 16. RGB value is (92,77,22). Sum of RGB (Red+Green+Blue) = 92+77+22=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C4D16 is #A3B2E9. Grayscale: #4B4B4B. Windows color (decimal): -10728170 or 1461596. OLE color: 1461596.
HSL color Cylindrical-coordinate representation of color #5C4D16: hue angle of 47.14º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C4D16 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 22 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.64 |
| HSL | 47.14º | 0.61% | 0.22% | - |
| HSV(B) | 47.14º | 0.76% | 0.36% | - |
| XYZ | 7.21 | 7.64 | 1.85 | - |
| YUV | 75.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 22 | 0 | 0.16 | 0.76 | 0.64 | 47.14 | 0.61 | 0.22 |
| Hex | 5C | 4D | 16 | 0 | 10 | 4C | 40 | 2F | 3D | 16 |
| Octal | 134 | 115 | 26 | 0 | 20 | 114 | 100 | 57 | 75 | 26 |
| Binary | 1011100 | 1001101 | 10110 | 0 | 10000 | 1001100 | 1000000 | 101111 | 111101 | 10110 |
Color Harmonies of #5C4D16
Complementary color
Monochromatic Colors of #5C4D16
Black with #5C4D16
Text Example
Text Example
White with #5C4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D16; }
p { color: rgb(92,77,22); }
H1.HeaderClassName
{
color: #5C4D16;
}
.AnyTagClassName
{
color: #5C4D16;
}
</style>
background-color css
<style>
a { background-color: #5C4D16; }
a { background-color: rgb(92,77,22); }
div.DivClassName
{
background-color: #5C4D16;
}
.BgClassName
{
background-color: #5C4D16;
}
</style>
border-color css
<style>
span { border-color: #5C4D16; }
span { border-color: rgb(92,77,22); }
td.TdClassName
{
border-color: #5C4D16;
}
.TagClassName
{
border-color: #5C4D16;
}
</style>