Shades of Bronze Olive #5B5209
Tints of Bronze Olive #5B5209
RGB
CMYK
RGB Variations
Color information
#5B5209 (or 0x5B5209) is known color: Bronze Olive. HEX triplet: 5B, 52 and 09. RGB value is (91,82,9). Sum of RGB (Red+Green+Blue) = 91+82+9=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5209 is #A4ADF6. Grayscale: #4C4C4C. Windows color (decimal): -10792439 or 610907. OLE color: 610907.
HSL color Cylindrical-coordinate representation of color #5B5209: hue angle of 53.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B5209 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 9 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.64 |
| HSL | 53.41º | 0.82% | 0.2% | - |
| HSV(B) | 53.41º | 0.9% | 0.36% | - |
| XYZ | 7.38 | 8.28 | 1.47 | - |
| YUV | 76.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 9 | 0 | 0.10 | 0.90 | 0.64 | 53.41 | 0.82 | 0.2 |
| Hex | 5B | 52 | 9 | 0 | A | 5A | 40 | 35 | 52 | 14 |
| Octal | 133 | 122 | 11 | 0 | 12 | 132 | 100 | 65 | 122 | 24 |
| Binary | 1011011 | 1010010 | 1001 | 0 | 1010 | 1011010 | 1000000 | 110101 | 1010010 | 10100 |
Color Harmonies of #5B5209
Complementary color
Monochromatic Colors of #5B5209
Black with #5B5209
Text Example
Text Example
White with #5B5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5209; }
p { color: rgb(91,82,9); }
H1.HeaderClassName
{
color: #5B5209;
}
.AnyTagClassName
{
color: #5B5209;
}
</style>
background-color css
<style>
a { background-color: #5B5209; }
a { background-color: rgb(91,82,9); }
div.DivClassName
{
background-color: #5B5209;
}
.BgClassName
{
background-color: #5B5209;
}
</style>
border-color css
<style>
span { border-color: #5B5209; }
span { border-color: rgb(91,82,9); }
td.TdClassName
{
border-color: #5B5209;
}
.TagClassName
{
border-color: #5B5209;
}
</style>