Shades of Bronze Olive #5B551B
Tints of Bronze Olive #5B551B
RGB
CMYK
RGB Variations
Color information
#5B551B (or 0x5B551B) is known color: Bronze Olive. HEX triplet: 5B, 55 and 1B. RGB value is (91,85,27). Sum of RGB (Red+Green+Blue) = 91+85+27=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B551B is #A4AAE4. Grayscale: #505050. Windows color (decimal): -10791653 or 1791323. OLE color: 1791323.
HSL color Cylindrical-coordinate representation of color #5B551B: hue angle of 54.38º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B551B is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 27 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.64 |
| HSL | 54.38º | 0.54% | 0.23% | - |
| HSV(B) | 54.38º | 0.7% | 0.36% | - |
| XYZ | 7.76 | 8.8 | 2.33 | - |
| YUV | 80.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 27 | 0 | 0.07 | 0.70 | 0.64 | 54.38 | 0.54 | 0.23 |
| Hex | 5B | 55 | 1B | 0 | 7 | 46 | 40 | 36 | 36 | 17 |
| Octal | 133 | 125 | 33 | 0 | 7 | 106 | 100 | 66 | 66 | 27 |
| Binary | 1011011 | 1010101 | 11011 | 0 | 111 | 1000110 | 1000000 | 110110 | 110110 | 10111 |
Color Harmonies of #5B551B
Complementary color
Monochromatic Colors of #5B551B
Black with #5B551B
Text Example
Text Example
White with #5B551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B551B; }
p { color: rgb(91,85,27); }
H1.HeaderClassName
{
color: #5B551B;
}
.AnyTagClassName
{
color: #5B551B;
}
</style>
background-color css
<style>
a { background-color: #5B551B; }
a { background-color: rgb(91,85,27); }
div.DivClassName
{
background-color: #5B551B;
}
.BgClassName
{
background-color: #5B551B;
}
</style>
border-color css
<style>
span { border-color: #5B551B; }
span { border-color: rgb(91,85,27); }
td.TdClassName
{
border-color: #5B551B;
}
.TagClassName
{
border-color: #5B551B;
}
</style>