Shades of Bronze Olive #5C4515
Tints of Bronze Olive #5C4515
RGB
CMYK
RGB Variations
Color information
#5C4515 (or 0x5C4515) is known color: Bronze Olive. HEX triplet: 5C, 45 and 15. RGB value is (92,69,21). Sum of RGB (Red+Green+Blue) = 92+69+21=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4515 is #A3BAEA. Grayscale: #464646. Windows color (decimal): -10730219 or 1394012. OLE color: 1394012.
HSL color Cylindrical-coordinate representation of color #5C4515: hue angle of 40.56º 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 #5C4515 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 69 | 21 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.64 |
| HSL | 40.56º | 0.63% | 0.22% | - |
| HSV(B) | 40.56º | 0.77% | 0.36% | - |
| XYZ | 6.68 | 6.59 | 1.63 | - |
| YUV | 70.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 21 | 0 | 0.25 | 0.77 | 0.64 | 40.56 | 0.63 | 0.22 |
| Hex | 5C | 45 | 15 | 0 | 19 | 4D | 40 | 29 | 3F | 16 |
| Octal | 134 | 105 | 25 | 0 | 31 | 115 | 100 | 51 | 77 | 26 |
| Binary | 1011100 | 1000101 | 10101 | 0 | 11001 | 1001101 | 1000000 | 101001 | 111111 | 10110 |
Color Harmonies of #5C4515
Complementary color
Monochromatic Colors of #5C4515
Black with #5C4515
Text Example
Text Example
White with #5C4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4515; }
p { color: rgb(92,69,21); }
H1.HeaderClassName
{
color: #5C4515;
}
.AnyTagClassName
{
color: #5C4515;
}
</style>
background-color css
<style>
a { background-color: #5C4515; }
a { background-color: rgb(92,69,21); }
div.DivClassName
{
background-color: #5C4515;
}
.BgClassName
{
background-color: #5C4515;
}
</style>
border-color css
<style>
span { border-color: #5C4515; }
span { border-color: rgb(92,69,21); }
td.TdClassName
{
border-color: #5C4515;
}
.TagClassName
{
border-color: #5C4515;
}
</style>