Shades of Bronze Olive #5B4E04
Tints of Bronze Olive #5B4E04
RGB
CMYK
RGB Variations
Color information
#5B4E04 (or 0x5B4E04) is known color: Bronze Olive. HEX triplet: 5B, 4E and 04. RGB value is (91,78,4). Sum of RGB (Red+Green+Blue) = 91+78+4=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4E04 is #A4B1FB. Grayscale: #494949. Windows color (decimal): -10793468 or 282203. OLE color: 282203.
HSL color Cylindrical-coordinate representation of color #5B4E04: hue angle of 51.03º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B4E04 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 4 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.64 |
| HSL | 51.03º | 0.92% | 0.19% | - |
| HSV(B) | 51.03º | 0.96% | 0.36% | - |
| XYZ | 7.06 | 7.68 | 1.23 | - |
| YUV | 73.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 4 | 0 | 0.14 | 0.96 | 0.64 | 51.03 | 0.92 | 0.19 |
| Hex | 5B | 4E | 4 | 0 | E | 60 | 40 | 33 | 5C | 13 |
| Octal | 133 | 116 | 4 | 0 | 16 | 140 | 100 | 63 | 134 | 23 |
| Binary | 1011011 | 1001110 | 100 | 0 | 1110 | 1100000 | 1000000 | 110011 | 1011100 | 10011 |
Color Harmonies of #5B4E04
Complementary color
Monochromatic Colors of #5B4E04
Black with #5B4E04
Text Example
Text Example
White with #5B4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E04; }
p { color: rgb(91,78,4); }
H1.HeaderClassName
{
color: #5B4E04;
}
.AnyTagClassName
{
color: #5B4E04;
}
</style>
background-color css
<style>
a { background-color: #5B4E04; }
a { background-color: rgb(91,78,4); }
div.DivClassName
{
background-color: #5B4E04;
}
.BgClassName
{
background-color: #5B4E04;
}
</style>
border-color css
<style>
span { border-color: #5B4E04; }
span { border-color: rgb(91,78,4); }
td.TdClassName
{
border-color: #5B4E04;
}
.TagClassName
{
border-color: #5B4E04;
}
</style>