Shades of Bronze Olive #5C5326
Tints of Bronze Olive #5C5326
RGB
CMYK
RGB Variations
Color information
#5C5326 (or 0x5C5326) is known color: Bronze Olive. HEX triplet: 5C, 53 and 26. RGB value is (92,83,38). Sum of RGB (Red+Green+Blue) = 92+83+38=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5326 is #A3ACD9. Grayscale: #505050. Windows color (decimal): -10726618 or 2511708. OLE color: 2511708.
HSL color Cylindrical-coordinate representation of color #5C5326: hue angle of 50º 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 #5C5326 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 38 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.64 |
| HSL | 50º | 0.42% | 0.25% | - |
| HSV(B) | 50º | 0.59% | 0.36% | - |
| XYZ | 7.86 | 8.6 | 3.08 | - |
| YUV | 80.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 38 | 0 | 0.10 | 0.59 | 0.64 | 50 | 0.42 | 0.25 |
| Hex | 5C | 53 | 26 | 0 | A | 3B | 40 | 32 | 2A | 19 |
| Octal | 134 | 123 | 46 | 0 | 12 | 73 | 100 | 62 | 52 | 31 |
| Binary | 1011100 | 1010011 | 100110 | 0 | 1010 | 111011 | 1000000 | 110010 | 101010 | 11001 |
Color Harmonies of #5C5326
Complementary color
Monochromatic Colors of #5C5326
Black with #5C5326
Text Example
Text Example
White with #5C5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5326; }
p { color: rgb(92,83,38); }
H1.HeaderClassName
{
color: #5C5326;
}
.AnyTagClassName
{
color: #5C5326;
}
</style>
background-color css
<style>
a { background-color: #5C5326; }
a { background-color: rgb(92,83,38); }
div.DivClassName
{
background-color: #5C5326;
}
.BgClassName
{
background-color: #5C5326;
}
</style>
border-color css
<style>
span { border-color: #5C5326; }
span { border-color: rgb(92,83,38); }
td.TdClassName
{
border-color: #5C5326;
}
.TagClassName
{
border-color: #5C5326;
}
</style>