Shades of Bronze Olive #5B5318
Tints of Bronze Olive #5B5318
RGB
CMYK
RGB Variations
Color information
#5B5318 (or 0x5B5318) is known color: Bronze Olive. HEX triplet: 5B, 53 and 18. RGB value is (91,83,24). Sum of RGB (Red+Green+Blue) = 91+83+24=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5318 is #A4ACE7. Grayscale: #4E4E4E. Windows color (decimal): -10792168 or 1594203. OLE color: 1594203.
HSL color Cylindrical-coordinate representation of color #5B5318: hue angle of 52.84º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B5318 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 24 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.64 |
| HSL | 52.84º | 0.58% | 0.23% | - |
| HSV(B) | 52.84º | 0.74% | 0.36% | - |
| XYZ | 7.57 | 8.48 | 2.1 | - |
| YUV | 78.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 24 | 0 | 0.09 | 0.74 | 0.64 | 52.84 | 0.58 | 0.23 |
| Hex | 5B | 53 | 18 | 0 | 9 | 4A | 40 | 35 | 3A | 17 |
| Octal | 133 | 123 | 30 | 0 | 11 | 112 | 100 | 65 | 72 | 27 |
| Binary | 1011011 | 1010011 | 11000 | 0 | 1001 | 1001010 | 1000000 | 110101 | 111010 | 10111 |
Color Harmonies of #5B5318
Complementary color
Monochromatic Colors of #5B5318
Black with #5B5318
Text Example
Text Example
White with #5B5318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5318; }
p { color: rgb(91,83,24); }
H1.HeaderClassName
{
color: #5B5318;
}
.AnyTagClassName
{
color: #5B5318;
}
</style>
background-color css
<style>
a { background-color: #5B5318; }
a { background-color: rgb(91,83,24); }
div.DivClassName
{
background-color: #5B5318;
}
.BgClassName
{
background-color: #5B5318;
}
</style>
border-color css
<style>
span { border-color: #5B5318; }
span { border-color: rgb(91,83,24); }
td.TdClassName
{
border-color: #5B5318;
}
.TagClassName
{
border-color: #5B5318;
}
</style>