Shades of Bronze Olive #5C4D11
Tints of Bronze Olive #5C4D11
RGB
CMYK
RGB Variations
Color information
#5C4D11 (or 0x5C4D11) is known color: Bronze Olive. HEX triplet: 5C, 4D and 11. RGB value is (92,77,17). Sum of RGB (Red+Green+Blue) = 92+77+17=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C4D11 is #A3B2EE. Grayscale: #4A4A4A. Windows color (decimal): -10728175 or 1133916. OLE color: 1133916.
HSL color Cylindrical-coordinate representation of color #5C4D11: hue angle of 48º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C4D11 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 17 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.64 |
| HSL | 48º | 0.69% | 0.21% | - |
| HSV(B) | 48º | 0.82% | 0.36% | - |
| XYZ | 7.17 | 7.62 | 1.62 | - |
| YUV | 74.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 17 | 0 | 0.16 | 0.82 | 0.64 | 48 | 0.69 | 0.21 |
| Hex | 5C | 4D | 11 | 0 | 10 | 52 | 40 | 30 | 45 | 15 |
| Octal | 134 | 115 | 21 | 0 | 20 | 122 | 100 | 60 | 105 | 25 |
| Binary | 1011100 | 1001101 | 10001 | 0 | 10000 | 1010010 | 1000000 | 110000 | 1000101 | 10101 |
Color Harmonies of #5C4D11
Complementary color
Monochromatic Colors of #5C4D11
Black with #5C4D11
Text Example
Text Example
White with #5C4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D11; }
p { color: rgb(92,77,17); }
H1.HeaderClassName
{
color: #5C4D11;
}
.AnyTagClassName
{
color: #5C4D11;
}
</style>
background-color css
<style>
a { background-color: #5C4D11; }
a { background-color: rgb(92,77,17); }
div.DivClassName
{
background-color: #5C4D11;
}
.BgClassName
{
background-color: #5C4D11;
}
</style>
border-color css
<style>
span { border-color: #5C4D11; }
span { border-color: rgb(92,77,17); }
td.TdClassName
{
border-color: #5C4D11;
}
.TagClassName
{
border-color: #5C4D11;
}
</style>