Shades of Bronze Olive #5B5409
Tints of Bronze Olive #5B5409
RGB
CMYK
RGB Variations
Color information
#5B5409 (or 0x5B5409) is known color: Bronze Olive. HEX triplet: 5B, 54 and 09. RGB value is (91,84,9). Sum of RGB (Red+Green+Blue) = 91+84+9=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5409 is #A4ABF6. Grayscale: #4D4D4D. Windows color (decimal): -10791927 or 611419. OLE color: 611419.
HSL color Cylindrical-coordinate representation of color #5B5409: hue angle of 54.88º 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 #5B5409 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 9 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.64 |
| HSL | 54.88º | 0.82% | 0.2% | - |
| HSV(B) | 54.88º | 0.9% | 0.36% | - |
| XYZ | 7.53 | 8.58 | 1.52 | - |
| YUV | 77.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 9 | 0 | 0.08 | 0.90 | 0.64 | 54.88 | 0.82 | 0.2 |
| Hex | 5B | 54 | 9 | 0 | 8 | 5A | 40 | 37 | 52 | 14 |
| Octal | 133 | 124 | 11 | 0 | 10 | 132 | 100 | 67 | 122 | 24 |
| Binary | 1011011 | 1010100 | 1001 | 0 | 1000 | 1011010 | 1000000 | 110111 | 1010010 | 10100 |
Color Harmonies of #5B5409
Complementary color
Monochromatic Colors of #5B5409
Black with #5B5409
Text Example
Text Example
White with #5B5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5409; }
p { color: rgb(91,84,9); }
H1.HeaderClassName
{
color: #5B5409;
}
.AnyTagClassName
{
color: #5B5409;
}
</style>
background-color css
<style>
a { background-color: #5B5409; }
a { background-color: rgb(91,84,9); }
div.DivClassName
{
background-color: #5B5409;
}
.BgClassName
{
background-color: #5B5409;
}
</style>
border-color css
<style>
span { border-color: #5B5409; }
span { border-color: rgb(91,84,9); }
td.TdClassName
{
border-color: #5B5409;
}
.TagClassName
{
border-color: #5B5409;
}
</style>