Shades of Bronze Olive #5B470F
Tints of Bronze Olive #5B470F
RGB
CMYK
RGB Variations
Color information
#5B470F (or 0x5B470F) is known color: Bronze Olive. HEX triplet: 5B, 47 and 0F. RGB value is (91,71,15). Sum of RGB (Red+Green+Blue) = 91+71+15=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B470F is #A4B8F0. Grayscale: #464646. Windows color (decimal): -10795249 or 1001307. OLE color: 1001307.
HSL color Cylindrical-coordinate representation of color #5B470F: hue angle of 44.21º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B470F is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 15 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.64 |
| HSL | 44.21º | 0.72% | 0.21% | - |
| HSV(B) | 44.21º | 0.84% | 0.36% | - |
| XYZ | 6.65 | 6.77 | 1.41 | - |
| YUV | 70.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 15 | 0 | 0.22 | 0.84 | 0.64 | 44.21 | 0.72 | 0.21 |
| Hex | 5B | 47 | F | 0 | 16 | 54 | 40 | 2C | 48 | 15 |
| Octal | 133 | 107 | 17 | 0 | 26 | 124 | 100 | 54 | 110 | 25 |
| Binary | 1011011 | 1000111 | 1111 | 0 | 10110 | 1010100 | 1000000 | 101100 | 1001000 | 10101 |
Color Harmonies of #5B470F
Complementary color
Monochromatic Colors of #5B470F
Black with #5B470F
Text Example
Text Example
White with #5B470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B470F; }
p { color: rgb(91,71,15); }
H1.HeaderClassName
{
color: #5B470F;
}
.AnyTagClassName
{
color: #5B470F;
}
</style>
background-color css
<style>
a { background-color: #5B470F; }
a { background-color: rgb(91,71,15); }
div.DivClassName
{
background-color: #5B470F;
}
.BgClassName
{
background-color: #5B470F;
}
</style>
border-color css
<style>
span { border-color: #5B470F; }
span { border-color: rgb(91,71,15); }
td.TdClassName
{
border-color: #5B470F;
}
.TagClassName
{
border-color: #5B470F;
}
</style>