Shades of Bronze Olive #5B550C
Tints of Bronze Olive #5B550C
RGB
CMYK
RGB Variations
Color information
#5B550C (or 0x5B550C) is known color: Bronze Olive. HEX triplet: 5B, 55 and 0C. RGB value is (91,85,12). Sum of RGB (Red+Green+Blue) = 91+85+12=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B550C is #A4AAF3. Grayscale: #4E4E4E. Windows color (decimal): -10791668 or 808283. OLE color: 808283.
HSL color Cylindrical-coordinate representation of color #5B550C: hue angle of 55.44º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B550C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 12 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.64 |
| HSL | 55.44º | 0.77% | 0.2% | - |
| HSV(B) | 55.44º | 0.87% | 0.36% | - |
| XYZ | 7.63 | 8.75 | 1.63 | - |
| YUV | 78.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 12 | 0 | 0.07 | 0.87 | 0.64 | 55.44 | 0.77 | 0.2 |
| Hex | 5B | 55 | C | 0 | 7 | 57 | 40 | 37 | 4D | 14 |
| Octal | 133 | 125 | 14 | 0 | 7 | 127 | 100 | 67 | 115 | 24 |
| Binary | 1011011 | 1010101 | 1100 | 0 | 111 | 1010111 | 1000000 | 110111 | 1001101 | 10100 |
Color Harmonies of #5B550C
Complementary color
Monochromatic Colors of #5B550C
Black with #5B550C
Text Example
Text Example
White with #5B550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B550C; }
p { color: rgb(91,85,12); }
H1.HeaderClassName
{
color: #5B550C;
}
.AnyTagClassName
{
color: #5B550C;
}
</style>
background-color css
<style>
a { background-color: #5B550C; }
a { background-color: rgb(91,85,12); }
div.DivClassName
{
background-color: #5B550C;
}
.BgClassName
{
background-color: #5B550C;
}
</style>
border-color css
<style>
span { border-color: #5B550C; }
span { border-color: rgb(91,85,12); }
td.TdClassName
{
border-color: #5B550C;
}
.TagClassName
{
border-color: #5B550C;
}
</style>