Shades of Bronze Olive #5B481D
Tints of Bronze Olive #5B481D
RGB
CMYK
RGB Variations
Color information
#5B481D (or 0x5B481D) is known color: Bronze Olive. HEX triplet: 5B, 48 and 1D. RGB value is (91,72,29). Sum of RGB (Red+Green+Blue) = 91+72+29=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B481D is #A4B7E2. Grayscale: #484848. Windows color (decimal): -10794979 or 1919067. OLE color: 1919067.
HSL color Cylindrical-coordinate representation of color #5B481D: hue angle of 41.61º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B481D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 29 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.64 |
| HSL | 41.61º | 0.52% | 0.24% | - |
| HSV(B) | 41.61º | 0.68% | 0.36% | - |
| XYZ | 6.85 | 6.95 | 2.14 | - |
| YUV | 72.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 29 | 0 | 0.21 | 0.68 | 0.64 | 41.61 | 0.52 | 0.24 |
| Hex | 5B | 48 | 1D | 0 | 15 | 44 | 40 | 2A | 34 | 18 |
| Octal | 133 | 110 | 35 | 0 | 25 | 104 | 100 | 52 | 64 | 30 |
| Binary | 1011011 | 1001000 | 11101 | 0 | 10101 | 1000100 | 1000000 | 101010 | 110100 | 11000 |
Color Harmonies of #5B481D
Complementary color
Monochromatic Colors of #5B481D
Black with #5B481D
Text Example
Text Example
White with #5B481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B481D; }
p { color: rgb(91,72,29); }
H1.HeaderClassName
{
color: #5B481D;
}
.AnyTagClassName
{
color: #5B481D;
}
</style>
background-color css
<style>
a { background-color: #5B481D; }
a { background-color: rgb(91,72,29); }
div.DivClassName
{
background-color: #5B481D;
}
.BgClassName
{
background-color: #5B481D;
}
</style>
border-color css
<style>
span { border-color: #5B481D; }
span { border-color: rgb(91,72,29); }
td.TdClassName
{
border-color: #5B481D;
}
.TagClassName
{
border-color: #5B481D;
}
</style>