Shades of Bronze Olive #5B4E1E
Tints of Bronze Olive #5B4E1E
RGB
CMYK
RGB Variations
Color information
#5B4E1E (or 0x5B4E1E) is known color: Bronze Olive. HEX triplet: 5B, 4E and 1E. RGB value is (91,78,30). Sum of RGB (Red+Green+Blue) = 91+78+30=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E1E is #A4B1E1. Grayscale: #4C4C4C. Windows color (decimal): -10793442 or 1986139. OLE color: 1986139.
HSL color Cylindrical-coordinate representation of color #5B4E1E: hue angle of 47.21º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4E1E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 30 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.64 |
| HSL | 47.21º | 0.5% | 0.24% | - |
| HSV(B) | 47.21º | 0.67% | 0.36% | - |
| XYZ | 7.27 | 7.77 | 2.34 | - |
| YUV | 76.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 30 | 0 | 0.14 | 0.67 | 0.64 | 47.21 | 0.5 | 0.24 |
| Hex | 5B | 4E | 1E | 0 | E | 43 | 40 | 2F | 32 | 18 |
| Octal | 133 | 116 | 36 | 0 | 16 | 103 | 100 | 57 | 62 | 30 |
| Binary | 1011011 | 1001110 | 11110 | 0 | 1110 | 1000011 | 1000000 | 101111 | 110010 | 11000 |
Color Harmonies of #5B4E1E
Complementary color
Monochromatic Colors of #5B4E1E
Black with #5B4E1E
Text Example
Text Example
White with #5B4E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E1E; }
p { color: rgb(91,78,30); }
H1.HeaderClassName
{
color: #5B4E1E;
}
.AnyTagClassName
{
color: #5B4E1E;
}
</style>
background-color css
<style>
a { background-color: #5B4E1E; }
a { background-color: rgb(91,78,30); }
div.DivClassName
{
background-color: #5B4E1E;
}
.BgClassName
{
background-color: #5B4E1E;
}
</style>
border-color css
<style>
span { border-color: #5B4E1E; }
span { border-color: rgb(91,78,30); }
td.TdClassName
{
border-color: #5B4E1E;
}
.TagClassName
{
border-color: #5B4E1E;
}
</style>