Shades of Bronze Olive #5C4725
Tints of Bronze Olive #5C4725
RGB
CMYK
RGB Variations
Color information
#5C4725 (or 0x5C4725) is known color: Bronze Olive. HEX triplet: 5C, 47 and 25. RGB value is (92,71,37). Sum of RGB (Red+Green+Blue) = 92+71+37=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4725 is #A3B8DA. Grayscale: #494949. Windows color (decimal): -10729691 or 2443100. OLE color: 2443100.
HSL color Cylindrical-coordinate representation of color #5C4725: hue angle of 37.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C4725 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 37 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.64 |
| HSL | 37.09º | 0.43% | 0.25% | - |
| HSV(B) | 37.09º | 0.6% | 0.36% | - |
| XYZ | 7 | 6.92 | 2.72 | - |
| YUV | 73.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 37 | 0 | 0.23 | 0.60 | 0.64 | 37.09 | 0.43 | 0.25 |
| Hex | 5C | 47 | 25 | 0 | 17 | 3C | 40 | 25 | 2B | 19 |
| Octal | 134 | 107 | 45 | 0 | 27 | 74 | 100 | 45 | 53 | 31 |
| Binary | 1011100 | 1000111 | 100101 | 0 | 10111 | 111100 | 1000000 | 100101 | 101011 | 11001 |
Color Harmonies of #5C4725
Complementary color
Monochromatic Colors of #5C4725
Black with #5C4725
Text Example
Text Example
White with #5C4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4725; }
p { color: rgb(92,71,37); }
H1.HeaderClassName
{
color: #5C4725;
}
.AnyTagClassName
{
color: #5C4725;
}
</style>
background-color css
<style>
a { background-color: #5C4725; }
a { background-color: rgb(92,71,37); }
div.DivClassName
{
background-color: #5C4725;
}
.BgClassName
{
background-color: #5C4725;
}
</style>
border-color css
<style>
span { border-color: #5C4725; }
span { border-color: rgb(92,71,37); }
td.TdClassName
{
border-color: #5C4725;
}
.TagClassName
{
border-color: #5C4725;
}
</style>