Shades of Bronze Olive #5C521D
Tints of Bronze Olive #5C521D
RGB
CMYK
RGB Variations
Color information
#5C521D (or 0x5C521D) is known color: Bronze Olive. HEX triplet: 5C, 52 and 1D. RGB value is (92,82,29). Sum of RGB (Red+Green+Blue) = 92+82+29=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C521D is #A3ADE2. Grayscale: #4F4F4F. Windows color (decimal): -10726883 or 1921628. OLE color: 1921628.
HSL color Cylindrical-coordinate representation of color #5C521D: hue angle of 50.48º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C521D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 82 | 29 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.64 |
| HSL | 50.48º | 0.52% | 0.24% | - |
| HSV(B) | 50.48º | 0.68% | 0.36% | - |
| XYZ | 7.65 | 8.4 | 2.38 | - |
| YUV | 78.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 29 | 0 | 0.11 | 0.68 | 0.64 | 50.48 | 0.52 | 0.24 |
| Hex | 5C | 52 | 1D | 0 | B | 44 | 40 | 32 | 34 | 18 |
| Octal | 134 | 122 | 35 | 0 | 13 | 104 | 100 | 62 | 64 | 30 |
| Binary | 1011100 | 1010010 | 11101 | 0 | 1011 | 1000100 | 1000000 | 110010 | 110100 | 11000 |
Color Harmonies of #5C521D
Complementary color
Monochromatic Colors of #5C521D
Black with #5C521D
Text Example
Text Example
White with #5C521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C521D; }
p { color: rgb(92,82,29); }
H1.HeaderClassName
{
color: #5C521D;
}
.AnyTagClassName
{
color: #5C521D;
}
</style>
background-color css
<style>
a { background-color: #5C521D; }
a { background-color: rgb(92,82,29); }
div.DivClassName
{
background-color: #5C521D;
}
.BgClassName
{
background-color: #5C521D;
}
</style>
border-color css
<style>
span { border-color: #5C521D; }
span { border-color: rgb(92,82,29); }
td.TdClassName
{
border-color: #5C521D;
}
.TagClassName
{
border-color: #5C521D;
}
</style>