Shades of Bronze Olive #5B4B1F
Tints of Bronze Olive #5B4B1F
RGB
CMYK
RGB Variations
Color information
#5B4B1F (or 0x5B4B1F) is known color: Bronze Olive. HEX triplet: 5B, 4B and 1F. RGB value is (91,75,31). Sum of RGB (Red+Green+Blue) = 91+75+31=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B1F is #A4B4E0. Grayscale: #4A4A4A. Windows color (decimal): -10794209 or 2050907. OLE color: 2050907.
HSL color Cylindrical-coordinate representation of color #5B4B1F: hue angle of 44º 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 #5B4B1F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 75 | 31 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.64 |
| HSL | 44º | 0.49% | 0.24% | - |
| HSV(B) | 44º | 0.66% | 0.36% | - |
| XYZ | 7.08 | 7.36 | 2.34 | - |
| YUV | 74.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 31 | 0 | 0.18 | 0.66 | 0.64 | 44 | 0.49 | 0.24 |
| Hex | 5B | 4B | 1F | 0 | 12 | 42 | 40 | 2C | 31 | 18 |
| Octal | 133 | 113 | 37 | 0 | 22 | 102 | 100 | 54 | 61 | 30 |
| Binary | 1011011 | 1001011 | 11111 | 0 | 10010 | 1000010 | 1000000 | 101100 | 110001 | 11000 |
Color Harmonies of #5B4B1F
Complementary color
Monochromatic Colors of #5B4B1F
Black with #5B4B1F
Text Example
Text Example
White with #5B4B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B1F; }
p { color: rgb(91,75,31); }
H1.HeaderClassName
{
color: #5B4B1F;
}
.AnyTagClassName
{
color: #5B4B1F;
}
</style>
background-color css
<style>
a { background-color: #5B4B1F; }
a { background-color: rgb(91,75,31); }
div.DivClassName
{
background-color: #5B4B1F;
}
.BgClassName
{
background-color: #5B4B1F;
}
</style>
border-color css
<style>
span { border-color: #5B4B1F; }
span { border-color: rgb(91,75,31); }
td.TdClassName
{
border-color: #5B4B1F;
}
.TagClassName
{
border-color: #5B4B1F;
}
</style>