Shades of Bronze Olive #5B5308
Tints of Bronze Olive #5B5308
RGB
CMYK
RGB Variations
Color information
#5B5308 (or 0x5B5308) is known color: Bronze Olive. HEX triplet: 5B, 53 and 08. RGB value is (91,83,8). Sum of RGB (Red+Green+Blue) = 91+83+8=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5308 is #A4ACF7. Grayscale: #4D4D4D. Windows color (decimal): -10792184 or 545627. OLE color: 545627.
HSL color Cylindrical-coordinate representation of color #5B5308: hue angle of 54.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B5308 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 8 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.64 |
| HSL | 54.22º | 0.84% | 0.19% | - |
| HSV(B) | 54.22º | 0.91% | 0.36% | - |
| XYZ | 7.45 | 8.43 | 1.46 | - |
| YUV | 76.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 8 | 0 | 0.09 | 0.91 | 0.64 | 54.22 | 0.84 | 0.19 |
| Hex | 5B | 53 | 8 | 0 | 9 | 5B | 40 | 36 | 54 | 13 |
| Octal | 133 | 123 | 10 | 0 | 11 | 133 | 100 | 66 | 124 | 23 |
| Binary | 1011011 | 1010011 | 1000 | 0 | 1001 | 1011011 | 1000000 | 110110 | 1010100 | 10011 |
Color Harmonies of #5B5308
Complementary color
Monochromatic Colors of #5B5308
Black with #5B5308
Text Example
Text Example
White with #5B5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5308; }
p { color: rgb(91,83,8); }
H1.HeaderClassName
{
color: #5B5308;
}
.AnyTagClassName
{
color: #5B5308;
}
</style>
background-color css
<style>
a { background-color: #5B5308; }
a { background-color: rgb(91,83,8); }
div.DivClassName
{
background-color: #5B5308;
}
.BgClassName
{
background-color: #5B5308;
}
</style>
border-color css
<style>
span { border-color: #5B5308; }
span { border-color: rgb(91,83,8); }
td.TdClassName
{
border-color: #5B5308;
}
.TagClassName
{
border-color: #5B5308;
}
</style>