Shades of Bronze Olive #5C4B0A
Tints of Bronze Olive #5C4B0A
RGB
CMYK
RGB Variations
Color information
#5C4B0A (or 0x5C4B0A) is known color: Bronze Olive. HEX triplet: 5C, 4B and 0A. RGB value is (92,75,10). Sum of RGB (Red+Green+Blue) = 92+75+10=177 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.98% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4B0A is #A3B4F5. Grayscale: #484848. Windows color (decimal): -10728694 or 674652. OLE color: 674652.
HSL color Cylindrical-coordinate representation of color #5C4B0A: hue angle of 47.56º 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 #5C4B0A is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 75 | 10 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.64 |
| HSL | 47.56º | 0.8% | 0.2% | - |
| HSV(B) | 47.56º | 0.89% | 0.36% | - |
| XYZ | 6.98 | 7.33 | 1.33 | - |
| YUV | 72.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 10 | 0 | 0.18 | 0.89 | 0.64 | 47.56 | 0.8 | 0.2 |
| Hex | 5C | 4B | A | 0 | 12 | 59 | 40 | 30 | 50 | 14 |
| Octal | 134 | 113 | 12 | 0 | 22 | 131 | 100 | 60 | 120 | 24 |
| Binary | 1011100 | 1001011 | 1010 | 0 | 10010 | 1011001 | 1000000 | 110000 | 1010000 | 10100 |
Color Harmonies of #5C4B0A
Complementary color
Monochromatic Colors of #5C4B0A
Black with #5C4B0A
Text Example
Text Example
White with #5C4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B0A; }
p { color: rgb(92,75,10); }
H1.HeaderClassName
{
color: #5C4B0A;
}
.AnyTagClassName
{
color: #5C4B0A;
}
</style>
background-color css
<style>
a { background-color: #5C4B0A; }
a { background-color: rgb(92,75,10); }
div.DivClassName
{
background-color: #5C4B0A;
}
.BgClassName
{
background-color: #5C4B0A;
}
</style>
border-color css
<style>
span { border-color: #5C4B0A; }
span { border-color: rgb(92,75,10); }
td.TdClassName
{
border-color: #5C4B0A;
}
.TagClassName
{
border-color: #5C4B0A;
}
</style>