Shades of Bronze Olive #5C4615
Tints of Bronze Olive #5C4615
RGB
CMYK
RGB Variations
Color information
#5C4615 (or 0x5C4615) is known color: Bronze Olive. HEX triplet: 5C, 46 and 15. RGB value is (92,70,21). Sum of RGB (Red+Green+Blue) = 92+70+21=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4615 is #A3B9EA. Grayscale: #474747. Windows color (decimal): -10729963 or 1394268. OLE color: 1394268.
HSL color Cylindrical-coordinate representation of color #5C4615: hue angle of 41.41º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C4615 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 21 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.64 |
| HSL | 41.41º | 0.63% | 0.22% | - |
| HSV(B) | 41.41º | 0.77% | 0.36% | - |
| XYZ | 6.74 | 6.71 | 1.65 | - |
| YUV | 70.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 21 | 0 | 0.24 | 0.77 | 0.64 | 41.41 | 0.63 | 0.22 |
| Hex | 5C | 46 | 15 | 0 | 18 | 4D | 40 | 29 | 3F | 16 |
| Octal | 134 | 106 | 25 | 0 | 30 | 115 | 100 | 51 | 77 | 26 |
| Binary | 1011100 | 1000110 | 10101 | 0 | 11000 | 1001101 | 1000000 | 101001 | 111111 | 10110 |
Color Harmonies of #5C4615
Complementary color
Monochromatic Colors of #5C4615
Black with #5C4615
Text Example
Text Example
White with #5C4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4615; }
p { color: rgb(92,70,21); }
H1.HeaderClassName
{
color: #5C4615;
}
.AnyTagClassName
{
color: #5C4615;
}
</style>
background-color css
<style>
a { background-color: #5C4615; }
a { background-color: rgb(92,70,21); }
div.DivClassName
{
background-color: #5C4615;
}
.BgClassName
{
background-color: #5C4615;
}
</style>
border-color css
<style>
span { border-color: #5C4615; }
span { border-color: rgb(92,70,21); }
td.TdClassName
{
border-color: #5C4615;
}
.TagClassName
{
border-color: #5C4615;
}
</style>