Shades of Bronze Olive #5C5127
Tints of Bronze Olive #5C5127
RGB
CMYK
RGB Variations
Color information
#5C5127 (or 0x5C5127) is known color: Bronze Olive. HEX triplet: 5C, 51 and 27. RGB value is (92,81,39). Sum of RGB (Red+Green+Blue) = 92+81+39=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5127 is #A3AED8. Grayscale: #4F4F4F. Windows color (decimal): -10727129 or 2576732. OLE color: 2576732.
HSL color Cylindrical-coordinate representation of color #5C5127: hue angle of 47.55º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C5127 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 39 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.64 |
| HSL | 47.55º | 0.4% | 0.26% | - |
| HSV(B) | 47.55º | 0.58% | 0.36% | - |
| XYZ | 7.72 | 8.31 | 3.12 | - |
| YUV | 79.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 39 | 0 | 0.12 | 0.58 | 0.64 | 47.55 | 0.4 | 0.26 |
| Hex | 5C | 51 | 27 | 0 | C | 3A | 40 | 30 | 28 | 1A |
| Octal | 134 | 121 | 47 | 0 | 14 | 72 | 100 | 60 | 50 | 32 |
| Binary | 1011100 | 1010001 | 100111 | 0 | 1100 | 111010 | 1000000 | 110000 | 101000 | 11010 |
Color Harmonies of #5C5127
Complementary color
Monochromatic Colors of #5C5127
Black with #5C5127
Text Example
Text Example
White with #5C5127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5127; }
p { color: rgb(92,81,39); }
H1.HeaderClassName
{
color: #5C5127;
}
.AnyTagClassName
{
color: #5C5127;
}
</style>
background-color css
<style>
a { background-color: #5C5127; }
a { background-color: rgb(92,81,39); }
div.DivClassName
{
background-color: #5C5127;
}
.BgClassName
{
background-color: #5C5127;
}
</style>
border-color css
<style>
span { border-color: #5C5127; }
span { border-color: rgb(92,81,39); }
td.TdClassName
{
border-color: #5C5127;
}
.TagClassName
{
border-color: #5C5127;
}
</style>