Shades of Bronze Olive #5B4E03
Tints of Bronze Olive #5B4E03
RGB
CMYK
RGB Variations
Color information
#5B4E03 (or 0x5B4E03) is known color: Bronze Olive. HEX triplet: 5B, 4E and 03. RGB value is (91,78,3). Sum of RGB (Red+Green+Blue) = 91+78+3=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B4E03 is #A4B1FC. Grayscale: #494949. Windows color (decimal): -10793469 or 216667. OLE color: 216667.
HSL color Cylindrical-coordinate representation of color #5B4E03: hue angle of 51.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B4E03 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.64 |
| HSL | 51.14º | 0.94% | 0.18% | - |
| HSV(B) | 51.14º | 0.97% | 0.36% | - |
| XYZ | 7.06 | 7.68 | 1.2 | - |
| YUV | 73.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 3 | 0 | 0.14 | 0.97 | 0.64 | 51.14 | 0.94 | 0.18 |
| Hex | 5B | 4E | 3 | 0 | E | 61 | 40 | 33 | 5E | 12 |
| Octal | 133 | 116 | 3 | 0 | 16 | 141 | 100 | 63 | 136 | 22 |
| Binary | 1011011 | 1001110 | 11 | 0 | 1110 | 1100001 | 1000000 | 110011 | 1011110 | 10010 |
Color Harmonies of #5B4E03
Complementary color
Monochromatic Colors of #5B4E03
Black with #5B4E03
Text Example
Text Example
White with #5B4E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E03; }
p { color: rgb(91,78,3); }
H1.HeaderClassName
{
color: #5B4E03;
}
.AnyTagClassName
{
color: #5B4E03;
}
</style>
background-color css
<style>
a { background-color: #5B4E03; }
a { background-color: rgb(91,78,3); }
div.DivClassName
{
background-color: #5B4E03;
}
.BgClassName
{
background-color: #5B4E03;
}
</style>
border-color css
<style>
span { border-color: #5B4E03; }
span { border-color: rgb(91,78,3); }
td.TdClassName
{
border-color: #5B4E03;
}
.TagClassName
{
border-color: #5B4E03;
}
</style>