Shades of Bronze Olive #5B541F
Tints of Bronze Olive #5B541F
RGB
CMYK
RGB Variations
Color information
#5B541F (or 0x5B541F) is known color: Bronze Olive. HEX triplet: 5B, 54 and 1F. RGB value is (91,84,31). Sum of RGB (Red+Green+Blue) = 91+84+31=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B541F is #A4ABE0. Grayscale: #505050. Windows color (decimal): -10791905 or 2053211. OLE color: 2053211.
HSL color Cylindrical-coordinate representation of color #5B541F: hue angle of 53º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B541F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 31 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.64 |
| HSL | 53º | 0.49% | 0.24% | - |
| HSV(B) | 53º | 0.66% | 0.36% | - |
| XYZ | 7.73 | 8.66 | 2.56 | - |
| YUV | 80.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 31 | 0 | 0.08 | 0.66 | 0.64 | 53 | 0.49 | 0.24 |
| Hex | 5B | 54 | 1F | 0 | 8 | 42 | 40 | 35 | 31 | 18 |
| Octal | 133 | 124 | 37 | 0 | 10 | 102 | 100 | 65 | 61 | 30 |
| Binary | 1011011 | 1010100 | 11111 | 0 | 1000 | 1000010 | 1000000 | 110101 | 110001 | 11000 |
Color Harmonies of #5B541F
Complementary color
Monochromatic Colors of #5B541F
Black with #5B541F
Text Example
Text Example
White with #5B541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B541F; }
p { color: rgb(91,84,31); }
H1.HeaderClassName
{
color: #5B541F;
}
.AnyTagClassName
{
color: #5B541F;
}
</style>
background-color css
<style>
a { background-color: #5B541F; }
a { background-color: rgb(91,84,31); }
div.DivClassName
{
background-color: #5B541F;
}
.BgClassName
{
background-color: #5B541F;
}
</style>
border-color css
<style>
span { border-color: #5B541F; }
span { border-color: rgb(91,84,31); }
td.TdClassName
{
border-color: #5B541F;
}
.TagClassName
{
border-color: #5B541F;
}
</style>