Shades of Bronze Olive #5C4910
Tints of Bronze Olive #5C4910
RGB
CMYK
RGB Variations
Color information
#5C4910 (or 0x5C4910) is known color: Bronze Olive. HEX triplet: 5C, 49 and 10. RGB value is (92,73,16). Sum of RGB (Red+Green+Blue) = 92+73+16=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4910 is #A3B6EF. Grayscale: #484848. Windows color (decimal): -10729200 or 1067356. OLE color: 1067356.
HSL color Cylindrical-coordinate representation of color #5C4910: hue angle of 45º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C4910 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 16 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.64 |
| HSL | 45º | 0.7% | 0.21% | - |
| HSV(B) | 45º | 0.83% | 0.36% | - |
| XYZ | 6.89 | 7.08 | 1.49 | - |
| YUV | 72.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 16 | 0 | 0.21 | 0.83 | 0.64 | 45 | 0.7 | 0.21 |
| Hex | 5C | 49 | 10 | 0 | 15 | 53 | 40 | 2D | 46 | 15 |
| Octal | 134 | 111 | 20 | 0 | 25 | 123 | 100 | 55 | 106 | 25 |
| Binary | 1011100 | 1001001 | 10000 | 0 | 10101 | 1010011 | 1000000 | 101101 | 1000110 | 10101 |
Color Harmonies of #5C4910
Complementary color
Monochromatic Colors of #5C4910
Black with #5C4910
Text Example
Text Example
White with #5C4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4910; }
p { color: rgb(92,73,16); }
H1.HeaderClassName
{
color: #5C4910;
}
.AnyTagClassName
{
color: #5C4910;
}
</style>
background-color css
<style>
a { background-color: #5C4910; }
a { background-color: rgb(92,73,16); }
div.DivClassName
{
background-color: #5C4910;
}
.BgClassName
{
background-color: #5C4910;
}
</style>
border-color css
<style>
span { border-color: #5C4910; }
span { border-color: rgb(92,73,16); }
td.TdClassName
{
border-color: #5C4910;
}
.TagClassName
{
border-color: #5C4910;
}
</style>