Shades of Bronze Olive #5B5300
Tints of Bronze Olive #5B5300
RGB
CMYK
RGB Variations
Color information
#5B5300 (or 0x5B5300) is known color: Bronze Olive. HEX triplet: 5B, 53 and 00. RGB value is (91,83,0). Sum of RGB (Red+Green+Blue) = 91+83+0=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5300 is #A4ACFF. Grayscale: #4C4C4C. Windows color (decimal): -10792192 or 21339. OLE color: 21339.
HSL color Cylindrical-coordinate representation of color #5B5300: hue angle of 54.73º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B5300 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.64 |
| HSL | 54.73º | 1% | 0.18% | - |
| HSV(B) | 54.73º | 1% | 0.36% | - |
| XYZ | 7.41 | 8.41 | 1.23 | - |
| YUV | 75.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 0 | 0 | 0.09 | 1 | 0.64 | 54.73 | 1 | 0.18 |
| Hex | 5B | 53 | 0 | 0 | 9 | 64 | 40 | 37 | 64 | 12 |
| Octal | 133 | 123 | 0 | 0 | 11 | 144 | 100 | 67 | 144 | 22 |
| Binary | 1011011 | 1010011 | 0 | 0 | 1001 | 1100100 | 1000000 | 110111 | 1100100 | 10010 |
Color Harmonies of #5B5300
Complementary color
Monochromatic Colors of #5B5300
Black with #5B5300
Text Example
Text Example
White with #5B5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5300; }
p { color: rgb(91,83,0); }
H1.HeaderClassName
{
color: #5B5300;
}
.AnyTagClassName
{
color: #5B5300;
}
</style>
background-color css
<style>
a { background-color: #5B5300; }
a { background-color: rgb(91,83,0); }
div.DivClassName
{
background-color: #5B5300;
}
.BgClassName
{
background-color: #5B5300;
}
</style>
border-color css
<style>
span { border-color: #5B5300; }
span { border-color: rgb(91,83,0); }
td.TdClassName
{
border-color: #5B5300;
}
.TagClassName
{
border-color: #5B5300;
}
</style>