Shades of Bronze Olive #5B530B
Tints of Bronze Olive #5B530B
RGB
CMYK
RGB Variations
Color information
#5B530B (or 0x5B530B) is known color: Bronze Olive. HEX triplet: 5B, 53 and 0B. RGB value is (91,83,11). Sum of RGB (Red+Green+Blue) = 91+83+11=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B530B is #A4ACF4. Grayscale: #4D4D4D. Windows color (decimal): -10792181 or 742235. OLE color: 742235.
HSL color Cylindrical-coordinate representation of color #5B530B: hue angle of 54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B530B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 11 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.64 |
| HSL | 54º | 0.78% | 0.2% | - |
| HSV(B) | 54º | 0.88% | 0.36% | - |
| XYZ | 7.47 | 8.43 | 1.55 | - |
| YUV | 77.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 11 | 0 | 0.09 | 0.88 | 0.64 | 54 | 0.78 | 0.2 |
| Hex | 5B | 53 | B | 0 | 9 | 58 | 40 | 36 | 4E | 14 |
| Octal | 133 | 123 | 13 | 0 | 11 | 130 | 100 | 66 | 116 | 24 |
| Binary | 1011011 | 1010011 | 1011 | 0 | 1001 | 1011000 | 1000000 | 110110 | 1001110 | 10100 |
Color Harmonies of #5B530B
Complementary color
Monochromatic Colors of #5B530B
Black with #5B530B
Text Example
Text Example
White with #5B530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B530B; }
p { color: rgb(91,83,11); }
H1.HeaderClassName
{
color: #5B530B;
}
.AnyTagClassName
{
color: #5B530B;
}
</style>
background-color css
<style>
a { background-color: #5B530B; }
a { background-color: rgb(91,83,11); }
div.DivClassName
{
background-color: #5B530B;
}
.BgClassName
{
background-color: #5B530B;
}
</style>
border-color css
<style>
span { border-color: #5B530B; }
span { border-color: rgb(91,83,11); }
td.TdClassName
{
border-color: #5B530B;
}
.TagClassName
{
border-color: #5B530B;
}
</style>