Shades of Bronze Olive #5C551B
Tints of Bronze Olive #5C551B
RGB
CMYK
RGB Variations
Color information
#5C551B (or 0x5C551B) is known color: Bronze Olive. HEX triplet: 5C, 55 and 1B. RGB value is (92,85,27). Sum of RGB (Red+Green+Blue) = 92+85+27=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 92 - color contains mainly: red. Hex color #5C551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C551B is #A3AAE4. Grayscale: #505050. Windows color (decimal): -10726117 or 1791324. OLE color: 1791324.
HSL color Cylindrical-coordinate representation of color #5C551B: hue angle of 53.54º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C551B is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 85 | 27 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.64 |
| HSL | 53.54º | 0.55% | 0.23% | - |
| HSV(B) | 53.54º | 0.71% | 0.36% | - |
| XYZ | 7.86 | 8.85 | 2.33 | - |
| YUV | 80.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 27 | 0 | 0.08 | 0.71 | 0.64 | 53.54 | 0.55 | 0.23 |
| Hex | 5C | 55 | 1B | 0 | 8 | 47 | 40 | 36 | 37 | 17 |
| Octal | 134 | 125 | 33 | 0 | 10 | 107 | 100 | 66 | 67 | 27 |
| Binary | 1011100 | 1010101 | 11011 | 0 | 1000 | 1000111 | 1000000 | 110110 | 110111 | 10111 |
Color Harmonies of #5C551B
Complementary color
Monochromatic Colors of #5C551B
Black with #5C551B
Text Example
Text Example
White with #5C551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C551B; }
p { color: rgb(92,85,27); }
H1.HeaderClassName
{
color: #5C551B;
}
.AnyTagClassName
{
color: #5C551B;
}
</style>
background-color css
<style>
a { background-color: #5C551B; }
a { background-color: rgb(92,85,27); }
div.DivClassName
{
background-color: #5C551B;
}
.BgClassName
{
background-color: #5C551B;
}
</style>
border-color css
<style>
span { border-color: #5C551B; }
span { border-color: rgb(92,85,27); }
td.TdClassName
{
border-color: #5C551B;
}
.TagClassName
{
border-color: #5C551B;
}
</style>