Shades of Bronze Olive #5C470A
Tints of Bronze Olive #5C470A
RGB
CMYK
RGB Variations
Color information
#5C470A (or 0x5C470A) is known color: Bronze Olive. HEX triplet: 5C, 47 and 0A. RGB value is (92,71,10). Sum of RGB (Red+Green+Blue) = 92+71+10=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C470A is #A3B8F5. Grayscale: #464646. Windows color (decimal): -10729718 or 673628. OLE color: 673628.
HSL color Cylindrical-coordinate representation of color #5C470A: hue angle of 44.63º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C470A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 10 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.64 |
| HSL | 44.63º | 0.8% | 0.2% | - |
| HSV(B) | 44.63º | 0.89% | 0.36% | - |
| XYZ | 6.72 | 6.8 | 1.25 | - |
| YUV | 70.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 10 | 0 | 0.23 | 0.89 | 0.64 | 44.63 | 0.8 | 0.2 |
| Hex | 5C | 47 | A | 0 | 17 | 59 | 40 | 2D | 50 | 14 |
| Octal | 134 | 107 | 12 | 0 | 27 | 131 | 100 | 55 | 120 | 24 |
| Binary | 1011100 | 1000111 | 1010 | 0 | 10111 | 1011001 | 1000000 | 101101 | 1010000 | 10100 |
Color Harmonies of #5C470A
Complementary color
Monochromatic Colors of #5C470A
Black with #5C470A
Text Example
Text Example
White with #5C470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C470A; }
p { color: rgb(92,71,10); }
H1.HeaderClassName
{
color: #5C470A;
}
.AnyTagClassName
{
color: #5C470A;
}
</style>
background-color css
<style>
a { background-color: #5C470A; }
a { background-color: rgb(92,71,10); }
div.DivClassName
{
background-color: #5C470A;
}
.BgClassName
{
background-color: #5C470A;
}
</style>
border-color css
<style>
span { border-color: #5C470A; }
span { border-color: rgb(92,71,10); }
td.TdClassName
{
border-color: #5C470A;
}
.TagClassName
{
border-color: #5C470A;
}
</style>