Shades of Bronze Olive #5B481C
Tints of Bronze Olive #5B481C
RGB
CMYK
RGB Variations
Color information
#5B481C (or 0x5B481C) is known color: Bronze Olive. HEX triplet: 5B, 48 and 1C. RGB value is (91,72,28). Sum of RGB (Red+Green+Blue) = 91+72+28=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B481C is #A4B7E3. Grayscale: #484848. Windows color (decimal): -10794980 or 1853531. OLE color: 1853531.
HSL color Cylindrical-coordinate representation of color #5B481C: hue angle of 41.9º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B481C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 28 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.64 |
| HSL | 41.9º | 0.53% | 0.23% | - |
| HSV(B) | 41.9º | 0.69% | 0.36% | - |
| XYZ | 6.84 | 6.94 | 2.08 | - |
| YUV | 72.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 28 | 0 | 0.21 | 0.69 | 0.64 | 41.9 | 0.53 | 0.23 |
| Hex | 5B | 48 | 1C | 0 | 15 | 45 | 40 | 2A | 35 | 17 |
| Octal | 133 | 110 | 34 | 0 | 25 | 105 | 100 | 52 | 65 | 27 |
| Binary | 1011011 | 1001000 | 11100 | 0 | 10101 | 1000101 | 1000000 | 101010 | 110101 | 10111 |
Color Harmonies of #5B481C
Complementary color
Monochromatic Colors of #5B481C
Black with #5B481C
Text Example
Text Example
White with #5B481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B481C; }
p { color: rgb(91,72,28); }
H1.HeaderClassName
{
color: #5B481C;
}
.AnyTagClassName
{
color: #5B481C;
}
</style>
background-color css
<style>
a { background-color: #5B481C; }
a { background-color: rgb(91,72,28); }
div.DivClassName
{
background-color: #5B481C;
}
.BgClassName
{
background-color: #5B481C;
}
</style>
border-color css
<style>
span { border-color: #5B481C; }
span { border-color: rgb(91,72,28); }
td.TdClassName
{
border-color: #5B481C;
}
.TagClassName
{
border-color: #5B481C;
}
</style>