Shades of Bronze Olive #5C521E
Tints of Bronze Olive #5C521E
RGB
CMYK
RGB Variations
Color information
#5C521E (or 0x5C521E) is known color: Bronze Olive. HEX triplet: 5C, 52 and 1E. RGB value is (92,82,30). Sum of RGB (Red+Green+Blue) = 92+82+30=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C521E is #A3ADE1. Grayscale: #4F4F4F. Windows color (decimal): -10726882 or 1987164. OLE color: 1987164.
HSL color Cylindrical-coordinate representation of color #5C521E: hue angle of 50.32º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C521E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 30 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.64 |
| HSL | 50.32º | 0.51% | 0.24% | - |
| HSV(B) | 50.32º | 0.67% | 0.36% | - |
| XYZ | 7.67 | 8.4 | 2.45 | - |
| YUV | 79.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 30 | 0 | 0.11 | 0.67 | 0.64 | 50.32 | 0.51 | 0.24 |
| Hex | 5C | 52 | 1E | 0 | B | 43 | 40 | 32 | 33 | 18 |
| Octal | 134 | 122 | 36 | 0 | 13 | 103 | 100 | 62 | 63 | 30 |
| Binary | 1011100 | 1010010 | 11110 | 0 | 1011 | 1000011 | 1000000 | 110010 | 110011 | 11000 |
Color Harmonies of #5C521E
Complementary color
Monochromatic Colors of #5C521E
Black with #5C521E
Text Example
Text Example
White with #5C521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C521E; }
p { color: rgb(92,82,30); }
H1.HeaderClassName
{
color: #5C521E;
}
.AnyTagClassName
{
color: #5C521E;
}
</style>
background-color css
<style>
a { background-color: #5C521E; }
a { background-color: rgb(92,82,30); }
div.DivClassName
{
background-color: #5C521E;
}
.BgClassName
{
background-color: #5C521E;
}
</style>
border-color css
<style>
span { border-color: #5C521E; }
span { border-color: rgb(92,82,30); }
td.TdClassName
{
border-color: #5C521E;
}
.TagClassName
{
border-color: #5C521E;
}
</style>