Shades of Metallic Bronze #5B4E38
Tints of Metallic Bronze #5B4E38
RGB
CMYK
RGB Variations
Color information
#5B4E38 (or 0x5B4E38) is known color: Metallic Bronze. HEX triplet: 5B, 4E and 38. RGB value is (91,78,56). Sum of RGB (Red+Green+Blue) = 91+78+56=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E38 is #A4B1C7. Grayscale: #4F4F4F. Windows color (decimal): -10793416 or 3690075. OLE color: 3690075.
HSL color Cylindrical-coordinate representation of color #5B4E38: hue angle of 37.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B4E38 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 56 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.64 |
| HSL | 37.71º | 0.24% | 0.29% | - |
| HSV(B) | 37.71º | 0.38% | 0.36% | - |
| XYZ | 7.75 | 7.96 | 4.87 | - |
| YUV | 79.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 56 | 0 | 0.14 | 0.38 | 0.64 | 37.71 | 0.24 | 0.29 |
| Hex | 5B | 4E | 38 | 0 | E | 26 | 40 | 26 | 18 | 1D |
| Octal | 133 | 116 | 70 | 0 | 16 | 46 | 100 | 46 | 30 | 35 |
| Binary | 1011011 | 1001110 | 111000 | 0 | 1110 | 100110 | 1000000 | 100110 | 11000 | 11101 |
Color Harmonies of #5B4E38
Complementary color
Monochromatic Colors of #5B4E38
Black with #5B4E38
Text Example
Text Example
White with #5B4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E38; }
p { color: rgb(91,78,56); }
H1.HeaderClassName
{
color: #5B4E38;
}
.AnyTagClassName
{
color: #5B4E38;
}
</style>
background-color css
<style>
a { background-color: #5B4E38; }
a { background-color: rgb(91,78,56); }
div.DivClassName
{
background-color: #5B4E38;
}
.BgClassName
{
background-color: #5B4E38;
}
</style>
border-color css
<style>
span { border-color: #5B4E38; }
span { border-color: rgb(91,78,56); }
td.TdClassName
{
border-color: #5B4E38;
}
.TagClassName
{
border-color: #5B4E38;
}
</style>