Shades of Bronze Olive #5C500B
Tints of Bronze Olive #5C500B
RGB
CMYK
RGB Variations
Color information
#5C500B (or 0x5C500B) is known color: Bronze Olive. HEX triplet: 5C, 50 and 0B. RGB value is (92,80,11). Sum of RGB (Red+Green+Blue) = 92+80+11=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C500B is #A3AFF4. Grayscale: #4C4C4C. Windows color (decimal): -10727413 or 741468. OLE color: 741468.
HSL color Cylindrical-coordinate representation of color #5C500B: hue angle of 51.11º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C500B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 11 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.64 |
| HSL | 51.11º | 0.79% | 0.2% | - |
| HSV(B) | 51.11º | 0.88% | 0.36% | - |
| XYZ | 7.34 | 8.04 | 1.48 | - |
| YUV | 75.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 11 | 0 | 0.13 | 0.88 | 0.64 | 51.11 | 0.79 | 0.2 |
| Hex | 5C | 50 | B | 0 | D | 58 | 40 | 33 | 4F | 14 |
| Octal | 134 | 120 | 13 | 0 | 15 | 130 | 100 | 63 | 117 | 24 |
| Binary | 1011100 | 1010000 | 1011 | 0 | 1101 | 1011000 | 1000000 | 110011 | 1001111 | 10100 |
Color Harmonies of #5C500B
Complementary color
Monochromatic Colors of #5C500B
Black with #5C500B
Text Example
Text Example
White with #5C500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C500B; }
p { color: rgb(92,80,11); }
H1.HeaderClassName
{
color: #5C500B;
}
.AnyTagClassName
{
color: #5C500B;
}
</style>
background-color css
<style>
a { background-color: #5C500B; }
a { background-color: rgb(92,80,11); }
div.DivClassName
{
background-color: #5C500B;
}
.BgClassName
{
background-color: #5C500B;
}
</style>
border-color css
<style>
span { border-color: #5C500B; }
span { border-color: rgb(92,80,11); }
td.TdClassName
{
border-color: #5C500B;
}
.TagClassName
{
border-color: #5C500B;
}
</style>