Shades of Bronze Olive #5E551B
Tints of Bronze Olive #5E551B
RGB
CMYK
RGB Variations
Color information
#5E551B (or 0x5E551B) is known color: Bronze Olive. HEX triplet: 5E, 55 and 1B. RGB value is (94,85,27). Sum of RGB (Red+Green+Blue) = 94+85+27=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 94 - color contains mainly: red. Hex color #5E551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E551B is #A1AAE4. Grayscale: #515151. Windows color (decimal): -10595045 or 1791326. OLE color: 1791326.
HSL color Cylindrical-coordinate representation of color #5E551B: hue angle of 51.94º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E551B is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 27 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.63 |
| HSL | 51.94º | 0.55% | 0.24% | - |
| HSV(B) | 51.94º | 0.71% | 0.37% | - |
| XYZ | 8.06 | 8.96 | 2.34 | - |
| YUV | 81.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 27 | 0 | 0.10 | 0.71 | 0.63 | 51.94 | 0.55 | 0.24 |
| Hex | 5E | 55 | 1B | 0 | A | 47 | 3F | 34 | 37 | 18 |
| Octal | 136 | 125 | 33 | 0 | 12 | 107 | 77 | 64 | 67 | 30 |
| Binary | 1011110 | 1010101 | 11011 | 0 | 1010 | 1000111 | 111111 | 110100 | 110111 | 11000 |
Color Harmonies of #5E551B
Complementary color
Monochromatic Colors of #5E551B
Black with #5E551B
Text Example
Text Example
White with #5E551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E551B; }
p { color: rgb(94,85,27); }
H1.HeaderClassName
{
color: #5E551B;
}
.AnyTagClassName
{
color: #5E551B;
}
</style>
background-color css
<style>
a { background-color: #5E551B; }
a { background-color: rgb(94,85,27); }
div.DivClassName
{
background-color: #5E551B;
}
.BgClassName
{
background-color: #5E551B;
}
</style>
border-color css
<style>
span { border-color: #5E551B; }
span { border-color: rgb(94,85,27); }
td.TdClassName
{
border-color: #5E551B;
}
.TagClassName
{
border-color: #5E551B;
}
</style>