Shades of Bronze Olive #5B5208
Tints of Bronze Olive #5B5208
RGB
CMYK
RGB Variations
Color information
#5B5208 (or 0x5B5208) is known color: Bronze Olive. HEX triplet: 5B, 52 and 08. RGB value is (91,82,8). Sum of RGB (Red+Green+Blue) = 91+82+8=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B5208 is #A4ADF7. Grayscale: #4C4C4C. Windows color (decimal): -10792440 or 545371. OLE color: 545371.
HSL color Cylindrical-coordinate representation of color #5B5208: hue angle of 53.49º 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 #5B5208 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 8 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.64 |
| HSL | 53.49º | 0.84% | 0.19% | - |
| HSV(B) | 53.49º | 0.91% | 0.36% | - |
| XYZ | 7.38 | 8.28 | 1.44 | - |
| YUV | 76.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 8 | 0 | 0.10 | 0.91 | 0.64 | 53.49 | 0.84 | 0.19 |
| Hex | 5B | 52 | 8 | 0 | A | 5B | 40 | 35 | 54 | 13 |
| Octal | 133 | 122 | 10 | 0 | 12 | 133 | 100 | 65 | 124 | 23 |
| Binary | 1011011 | 1010010 | 1000 | 0 | 1010 | 1011011 | 1000000 | 110101 | 1010100 | 10011 |
Color Harmonies of #5B5208
Complementary color
Monochromatic Colors of #5B5208
Black with #5B5208
Text Example
Text Example
White with #5B5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5208; }
p { color: rgb(91,82,8); }
H1.HeaderClassName
{
color: #5B5208;
}
.AnyTagClassName
{
color: #5B5208;
}
</style>
background-color css
<style>
a { background-color: #5B5208; }
a { background-color: rgb(91,82,8); }
div.DivClassName
{
background-color: #5B5208;
}
.BgClassName
{
background-color: #5B5208;
}
</style>
border-color css
<style>
span { border-color: #5B5208; }
span { border-color: rgb(91,82,8); }
td.TdClassName
{
border-color: #5B5208;
}
.TagClassName
{
border-color: #5B5208;
}
</style>