Shades of Bronze Olive #5C4A0A
Tints of Bronze Olive #5C4A0A
RGB
CMYK
RGB Variations
Color information
#5C4A0A (or 0x5C4A0A) is known color: Bronze Olive. HEX triplet: 5C, 4A and 0A. RGB value is (92,74,10). Sum of RGB (Red+Green+Blue) = 92+74+10=176 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.27% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4A0A is #A3B5F5. Grayscale: #484848. Windows color (decimal): -10728950 or 674396. OLE color: 674396.
HSL color Cylindrical-coordinate representation of color #5C4A0A: hue angle of 46.83º 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 #5C4A0A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 10 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.64 |
| HSL | 46.83º | 0.8% | 0.2% | - |
| HSV(B) | 46.83º | 0.89% | 0.36% | - |
| XYZ | 6.92 | 7.19 | 1.31 | - |
| YUV | 72.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 10 | 0 | 0.20 | 0.89 | 0.64 | 46.83 | 0.8 | 0.2 |
| Hex | 5C | 4A | A | 0 | 14 | 59 | 40 | 2F | 50 | 14 |
| Octal | 134 | 112 | 12 | 0 | 24 | 131 | 100 | 57 | 120 | 24 |
| Binary | 1011100 | 1001010 | 1010 | 0 | 10100 | 1011001 | 1000000 | 101111 | 1010000 | 10100 |
Color Harmonies of #5C4A0A
Complementary color
Monochromatic Colors of #5C4A0A
Black with #5C4A0A
Text Example
Text Example
White with #5C4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A0A; }
p { color: rgb(92,74,10); }
H1.HeaderClassName
{
color: #5C4A0A;
}
.AnyTagClassName
{
color: #5C4A0A;
}
</style>
background-color css
<style>
a { background-color: #5C4A0A; }
a { background-color: rgb(92,74,10); }
div.DivClassName
{
background-color: #5C4A0A;
}
.BgClassName
{
background-color: #5C4A0A;
}
</style>
border-color css
<style>
span { border-color: #5C4A0A; }
span { border-color: rgb(92,74,10); }
td.TdClassName
{
border-color: #5C4A0A;
}
.TagClassName
{
border-color: #5C4A0A;
}
</style>