Shades of Bronze Olive #5C4907
Tints of Bronze Olive #5C4907
RGB
CMYK
RGB Variations
Color information
#5C4907 (or 0x5C4907) is known color: Bronze Olive. HEX triplet: 5C, 49 and 07. RGB value is (92,73,7). Sum of RGB (Red+Green+Blue) = 92+73+7=172 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.49% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C4907 is #A3B6F8. Grayscale: #474747. Windows color (decimal): -10729209 or 477532. OLE color: 477532.
HSL color Cylindrical-coordinate representation of color #5C4907: hue angle of 46.59º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C4907 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 73 | 7 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.64 |
| HSL | 46.59º | 0.86% | 0.19% | - |
| HSV(B) | 46.59º | 0.92% | 0.36% | - |
| XYZ | 6.83 | 7.06 | 1.2 | - |
| YUV | 71.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 7 | 0 | 0.21 | 0.92 | 0.64 | 46.59 | 0.86 | 0.19 |
| Hex | 5C | 49 | 7 | 0 | 15 | 5C | 40 | 2F | 56 | 13 |
| Octal | 134 | 111 | 7 | 0 | 25 | 134 | 100 | 57 | 126 | 23 |
| Binary | 1011100 | 1001001 | 111 | 0 | 10101 | 1011100 | 1000000 | 101111 | 1010110 | 10011 |
Color Harmonies of #5C4907
Complementary color
Monochromatic Colors of #5C4907
Black with #5C4907
Text Example
Text Example
White with #5C4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4907; }
p { color: rgb(92,73,7); }
H1.HeaderClassName
{
color: #5C4907;
}
.AnyTagClassName
{
color: #5C4907;
}
</style>
background-color css
<style>
a { background-color: #5C4907; }
a { background-color: rgb(92,73,7); }
div.DivClassName
{
background-color: #5C4907;
}
.BgClassName
{
background-color: #5C4907;
}
</style>
border-color css
<style>
span { border-color: #5C4907; }
span { border-color: rgb(92,73,7); }
td.TdClassName
{
border-color: #5C4907;
}
.TagClassName
{
border-color: #5C4907;
}
</style>