Shades of Bronze Olive #5C5105
Tints of Bronze Olive #5C5105
RGB
CMYK
RGB Variations
Color information
#5C5105 (or 0x5C5105) is known color: Bronze Olive. HEX triplet: 5C, 51 and 05. RGB value is (92,81,5). Sum of RGB (Red+Green+Blue) = 92+81+5=178 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.69% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5105 is #A3AEFA. Grayscale: #4B4B4B. Windows color (decimal): -10727163 or 348508. OLE color: 348508.
HSL color Cylindrical-coordinate representation of color #5C5105: hue angle of 52.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C5105 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 81 | 5 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.64 |
| HSL | 52.41º | 0.9% | 0.19% | - |
| HSV(B) | 52.41º | 0.95% | 0.36% | - |
| XYZ | 7.38 | 8.17 | 1.33 | - |
| YUV | 75.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 5 | 0 | 0.12 | 0.95 | 0.64 | 52.41 | 0.9 | 0.19 |
| Hex | 5C | 51 | 5 | 0 | C | 5F | 40 | 34 | 5A | 13 |
| Octal | 134 | 121 | 5 | 0 | 14 | 137 | 100 | 64 | 132 | 23 |
| Binary | 1011100 | 1010001 | 101 | 0 | 1100 | 1011111 | 1000000 | 110100 | 1011010 | 10011 |
Color Harmonies of #5C5105
Complementary color
Monochromatic Colors of #5C5105
Black with #5C5105
Text Example
Text Example
White with #5C5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5105; }
p { color: rgb(92,81,5); }
H1.HeaderClassName
{
color: #5C5105;
}
.AnyTagClassName
{
color: #5C5105;
}
</style>
background-color css
<style>
a { background-color: #5C5105; }
a { background-color: rgb(92,81,5); }
div.DivClassName
{
background-color: #5C5105;
}
.BgClassName
{
background-color: #5C5105;
}
</style>
border-color css
<style>
span { border-color: #5C5105; }
span { border-color: rgb(92,81,5); }
td.TdClassName
{
border-color: #5C5105;
}
.TagClassName
{
border-color: #5C5105;
}
</style>