Shades of Bronze Olive #5B4C1F
Tints of Bronze Olive #5B4C1F
RGB
CMYK
RGB Variations
Color information
#5B4C1F (or 0x5B4C1F) is known color: Bronze Olive. HEX triplet: 5B, 4C and 1F. RGB value is (91,76,31). Sum of RGB (Red+Green+Blue) = 91+76+31=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4C1F is #A4B3E0. Grayscale: #4B4B4B. Windows color (decimal): -10793953 or 2051163. OLE color: 2051163.
HSL color Cylindrical-coordinate representation of color #5B4C1F: hue angle of 45º 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 #5B4C1F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 76 | 31 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.64 |
| HSL | 45º | 0.49% | 0.24% | - |
| HSV(B) | 45º | 0.66% | 0.36% | - |
| XYZ | 7.15 | 7.49 | 2.37 | - |
| YUV | 75.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 76 | 31 | 0 | 0.16 | 0.66 | 0.64 | 45 | 0.49 | 0.24 |
| Hex | 5B | 4C | 1F | 0 | 10 | 42 | 40 | 2D | 31 | 18 |
| Octal | 133 | 114 | 37 | 0 | 20 | 102 | 100 | 55 | 61 | 30 |
| Binary | 1011011 | 1001100 | 11111 | 0 | 10000 | 1000010 | 1000000 | 101101 | 110001 | 11000 |
Color Harmonies of #5B4C1F
Complementary color
Monochromatic Colors of #5B4C1F
Black with #5B4C1F
Text Example
Text Example
White with #5B4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4C1F; }
p { color: rgb(91,76,31); }
H1.HeaderClassName
{
color: #5B4C1F;
}
.AnyTagClassName
{
color: #5B4C1F;
}
</style>
background-color css
<style>
a { background-color: #5B4C1F; }
a { background-color: rgb(91,76,31); }
div.DivClassName
{
background-color: #5B4C1F;
}
.BgClassName
{
background-color: #5B4C1F;
}
</style>
border-color css
<style>
span { border-color: #5B4C1F; }
span { border-color: rgb(91,76,31); }
td.TdClassName
{
border-color: #5B4C1F;
}
.TagClassName
{
border-color: #5B4C1F;
}
</style>