Shades of Bronze Olive #5B481B
Tints of Bronze Olive #5B481B
RGB
CMYK
RGB Variations
Color information
#5B481B (or 0x5B481B) is known color: Bronze Olive. HEX triplet: 5B, 48 and 1B. RGB value is (91,72,27). Sum of RGB (Red+Green+Blue) = 91+72+27=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B481B is #A4B7E4. Grayscale: #484848. Windows color (decimal): -10794981 or 1787995. OLE color: 1787995.
HSL color Cylindrical-coordinate representation of color #5B481B: hue angle of 42.19º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B481B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 27 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.64 |
| HSL | 42.19º | 0.54% | 0.23% | - |
| HSV(B) | 42.19º | 0.7% | 0.36% | - |
| XYZ | 6.83 | 6.94 | 2.02 | - |
| YUV | 72.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 27 | 0 | 0.21 | 0.70 | 0.64 | 42.19 | 0.54 | 0.23 |
| Hex | 5B | 48 | 1B | 0 | 15 | 46 | 40 | 2A | 36 | 17 |
| Octal | 133 | 110 | 33 | 0 | 25 | 106 | 100 | 52 | 66 | 27 |
| Binary | 1011011 | 1001000 | 11011 | 0 | 10101 | 1000110 | 1000000 | 101010 | 110110 | 10111 |
Color Harmonies of #5B481B
Complementary color
Monochromatic Colors of #5B481B
Black with #5B481B
Text Example
Text Example
White with #5B481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B481B; }
p { color: rgb(91,72,27); }
H1.HeaderClassName
{
color: #5B481B;
}
.AnyTagClassName
{
color: #5B481B;
}
</style>
background-color css
<style>
a { background-color: #5B481B; }
a { background-color: rgb(91,72,27); }
div.DivClassName
{
background-color: #5B481B;
}
.BgClassName
{
background-color: #5B481B;
}
</style>
border-color css
<style>
span { border-color: #5B481B; }
span { border-color: rgb(91,72,27); }
td.TdClassName
{
border-color: #5B481B;
}
.TagClassName
{
border-color: #5B481B;
}
</style>