Shades of Bronze Olive #5B4D1A
Tints of Bronze Olive #5B4D1A
RGB
CMYK
RGB Variations
Color information
#5B4D1A (or 0x5B4D1A) is known color: Bronze Olive. HEX triplet: 5B, 4D and 1A. RGB value is (91,77,26). Sum of RGB (Red+Green+Blue) = 91+77+26=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4D1A is #A4B2E5. Grayscale: #4B4B4B. Windows color (decimal): -10793702 or 1723739. OLE color: 1723739.
HSL color Cylindrical-coordinate representation of color #5B4D1A: hue angle of 47.08º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B4D1A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 77 | 26 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.64 |
| HSL | 47.08º | 0.56% | 0.23% | - |
| HSV(B) | 47.08º | 0.71% | 0.36% | - |
| XYZ | 7.15 | 7.61 | 2.07 | - |
| YUV | 75.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 77 | 26 | 0 | 0.15 | 0.71 | 0.64 | 47.08 | 0.56 | 0.23 |
| Hex | 5B | 4D | 1A | 0 | F | 47 | 40 | 2F | 38 | 17 |
| Octal | 133 | 115 | 32 | 0 | 17 | 107 | 100 | 57 | 70 | 27 |
| Binary | 1011011 | 1001101 | 11010 | 0 | 1111 | 1000111 | 1000000 | 101111 | 111000 | 10111 |
Color Harmonies of #5B4D1A
Complementary color
Monochromatic Colors of #5B4D1A
Black with #5B4D1A
Text Example
Text Example
White with #5B4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4D1A; }
p { color: rgb(91,77,26); }
H1.HeaderClassName
{
color: #5B4D1A;
}
.AnyTagClassName
{
color: #5B4D1A;
}
</style>
background-color css
<style>
a { background-color: #5B4D1A; }
a { background-color: rgb(91,77,26); }
div.DivClassName
{
background-color: #5B4D1A;
}
.BgClassName
{
background-color: #5B4D1A;
}
</style>
border-color css
<style>
span { border-color: #5B4D1A; }
span { border-color: rgb(91,77,26); }
td.TdClassName
{
border-color: #5B4D1A;
}
.TagClassName
{
border-color: #5B4D1A;
}
</style>