Shades of Bronze Olive #5C5126
Tints of Bronze Olive #5C5126
RGB
CMYK
RGB Variations
Color information
#5C5126 (or 0x5C5126) is known color: Bronze Olive. HEX triplet: 5C, 51 and 26. RGB value is (92,81,38). Sum of RGB (Red+Green+Blue) = 92+81+38=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5126 is #A3AED9. Grayscale: #4F4F4F. Windows color (decimal): -10727130 or 2511196. OLE color: 2511196.
HSL color Cylindrical-coordinate representation of color #5C5126: hue angle of 47.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C5126 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 38 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.64 |
| HSL | 47.78º | 0.42% | 0.25% | - |
| HSV(B) | 47.78º | 0.59% | 0.36% | - |
| XYZ | 7.71 | 8.3 | 3.03 | - |
| YUV | 79.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 38 | 0 | 0.12 | 0.59 | 0.64 | 47.78 | 0.42 | 0.25 |
| Hex | 5C | 51 | 26 | 0 | C | 3B | 40 | 30 | 2A | 19 |
| Octal | 134 | 121 | 46 | 0 | 14 | 73 | 100 | 60 | 52 | 31 |
| Binary | 1011100 | 1010001 | 100110 | 0 | 1100 | 111011 | 1000000 | 110000 | 101010 | 11001 |
Color Harmonies of #5C5126
Complementary color
Monochromatic Colors of #5C5126
Black with #5C5126
Text Example
Text Example
White with #5C5126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5126; }
p { color: rgb(92,81,38); }
H1.HeaderClassName
{
color: #5C5126;
}
.AnyTagClassName
{
color: #5C5126;
}
</style>
background-color css
<style>
a { background-color: #5C5126; }
a { background-color: rgb(92,81,38); }
div.DivClassName
{
background-color: #5C5126;
}
.BgClassName
{
background-color: #5C5126;
}
</style>
border-color css
<style>
span { border-color: #5C5126; }
span { border-color: rgb(92,81,38); }
td.TdClassName
{
border-color: #5C5126;
}
.TagClassName
{
border-color: #5C5126;
}
</style>