Shades of Bronze Olive #5C5226
Tints of Bronze Olive #5C5226
RGB
CMYK
RGB Variations
Color information
#5C5226 (or 0x5C5226) is known color: Bronze Olive. HEX triplet: 5C, 52 and 26. RGB value is (92,82,38). Sum of RGB (Red+Green+Blue) = 92+82+38=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5226 is #A3ADD9. Grayscale: #505050. Windows color (decimal): -10726874 or 2511452. OLE color: 2511452.
HSL color Cylindrical-coordinate representation of color #5C5226: hue angle of 48.89º 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 #5C5226 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 38 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.64 |
| HSL | 48.89º | 0.42% | 0.25% | - |
| HSV(B) | 48.89º | 0.59% | 0.36% | - |
| XYZ | 7.78 | 8.45 | 3.05 | - |
| YUV | 79.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 38 | 0 | 0.11 | 0.59 | 0.64 | 48.89 | 0.42 | 0.25 |
| Hex | 5C | 52 | 26 | 0 | B | 3B | 40 | 31 | 2A | 19 |
| Octal | 134 | 122 | 46 | 0 | 13 | 73 | 100 | 61 | 52 | 31 |
| Binary | 1011100 | 1010010 | 100110 | 0 | 1011 | 111011 | 1000000 | 110001 | 101010 | 11001 |
Color Harmonies of #5C5226
Complementary color
Monochromatic Colors of #5C5226
Black with #5C5226
Text Example
Text Example
White with #5C5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5226; }
p { color: rgb(92,82,38); }
H1.HeaderClassName
{
color: #5C5226;
}
.AnyTagClassName
{
color: #5C5226;
}
</style>
background-color css
<style>
a { background-color: #5C5226; }
a { background-color: rgb(92,82,38); }
div.DivClassName
{
background-color: #5C5226;
}
.BgClassName
{
background-color: #5C5226;
}
</style>
border-color css
<style>
span { border-color: #5C5226; }
span { border-color: rgb(92,82,38); }
td.TdClassName
{
border-color: #5C5226;
}
.TagClassName
{
border-color: #5C5226;
}
</style>