Shades of Metallic Bronze #5B4B38
Tints of Metallic Bronze #5B4B38
RGB
CMYK
RGB Variations
Color information
#5B4B38 (or 0x5B4B38) is known color: Metallic Bronze. HEX triplet: 5B, 4B and 38. RGB value is (91,75,56). Sum of RGB (Red+Green+Blue) = 91+75+56=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4B38 is #A4B4C7. Grayscale: #4D4D4D. Windows color (decimal): -10794184 or 3689307. OLE color: 3689307.
HSL color Cylindrical-coordinate representation of color #5B4B38: hue angle of 32.57º 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 #5B4B38 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 75 | 56 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.64 |
| HSL | 32.57º | 0.24% | 0.29% | - |
| HSV(B) | 32.57º | 0.38% | 0.36% | - |
| XYZ | 7.54 | 7.54 | 4.8 | - |
| YUV | 77.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 75 | 56 | 0 | 0.18 | 0.38 | 0.64 | 32.57 | 0.24 | 0.29 |
| Hex | 5B | 4B | 38 | 0 | 12 | 26 | 40 | 21 | 18 | 1D |
| Octal | 133 | 113 | 70 | 0 | 22 | 46 | 100 | 41 | 30 | 35 |
| Binary | 1011011 | 1001011 | 111000 | 0 | 10010 | 100110 | 1000000 | 100001 | 11000 | 11101 |
Color Harmonies of #5B4B38
Complementary color
Monochromatic Colors of #5B4B38
Black with #5B4B38
Text Example
Text Example
White with #5B4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4B38; }
p { color: rgb(91,75,56); }
H1.HeaderClassName
{
color: #5B4B38;
}
.AnyTagClassName
{
color: #5B4B38;
}
</style>
background-color css
<style>
a { background-color: #5B4B38; }
a { background-color: rgb(91,75,56); }
div.DivClassName
{
background-color: #5B4B38;
}
.BgClassName
{
background-color: #5B4B38;
}
</style>
border-color css
<style>
span { border-color: #5B4B38; }
span { border-color: rgb(91,75,56); }
td.TdClassName
{
border-color: #5B4B38;
}
.TagClassName
{
border-color: #5B4B38;
}
</style>