Shades of Bronze Olive #5B4E1F
Tints of Bronze Olive #5B4E1F
RGB
CMYK
RGB Variations
Color information
#5B4E1F (or 0x5B4E1F) is known color: Bronze Olive. HEX triplet: 5B, 4E and 1F. RGB value is (91,78,31). Sum of RGB (Red+Green+Blue) = 91+78+31=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E1F is #A4B1E0. Grayscale: #4C4C4C. Windows color (decimal): -10793441 or 2051675. OLE color: 2051675.
HSL color Cylindrical-coordinate representation of color #5B4E1F: hue angle of 47º 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 #5B4E1F is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 31 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.64 |
| HSL | 47º | 0.49% | 0.24% | - |
| HSV(B) | 47º | 0.66% | 0.36% | - |
| XYZ | 7.29 | 7.77 | 2.41 | - |
| YUV | 76.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 31 | 0 | 0.14 | 0.66 | 0.64 | 47 | 0.49 | 0.24 |
| Hex | 5B | 4E | 1F | 0 | E | 42 | 40 | 2F | 31 | 18 |
| Octal | 133 | 116 | 37 | 0 | 16 | 102 | 100 | 57 | 61 | 30 |
| Binary | 1011011 | 1001110 | 11111 | 0 | 1110 | 1000010 | 1000000 | 101111 | 110001 | 11000 |
Color Harmonies of #5B4E1F
Complementary color
Monochromatic Colors of #5B4E1F
Black with #5B4E1F
Text Example
Text Example
White with #5B4E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E1F; }
p { color: rgb(91,78,31); }
H1.HeaderClassName
{
color: #5B4E1F;
}
.AnyTagClassName
{
color: #5B4E1F;
}
</style>
background-color css
<style>
a { background-color: #5B4E1F; }
a { background-color: rgb(91,78,31); }
div.DivClassName
{
background-color: #5B4E1F;
}
.BgClassName
{
background-color: #5B4E1F;
}
</style>
border-color css
<style>
span { border-color: #5B4E1F; }
span { border-color: rgb(91,78,31); }
td.TdClassName
{
border-color: #5B4E1F;
}
.TagClassName
{
border-color: #5B4E1F;
}
</style>