Shades of Metallic Bronze #5B4933
Tints of Metallic Bronze #5B4933
RGB
CMYK
RGB Variations
Color information
#5B4933 (or 0x5B4933) is known color: Metallic Bronze. HEX triplet: 5B, 49 and 33. RGB value is (91,73,51). Sum of RGB (Red+Green+Blue) = 91+73+51=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4933 is #A4B6CC. Grayscale: #4B4B4B. Windows color (decimal): -10794701 or 3361115. OLE color: 3361115.
HSL color Cylindrical-coordinate representation of color #5B4933: hue angle of 33º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B4933 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 73 | 51 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.64 |
| HSL | 33º | 0.28% | 0.28% | - |
| HSV(B) | 33º | 0.44% | 0.36% | - |
| XYZ | 7.29 | 7.23 | 4.14 | - |
| YUV | 75.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 51 | 0 | 0.20 | 0.44 | 0.64 | 33 | 0.28 | 0.28 |
| Hex | 5B | 49 | 33 | 0 | 14 | 2C | 40 | 21 | 1C | 1C |
| Octal | 133 | 111 | 63 | 0 | 24 | 54 | 100 | 41 | 34 | 34 |
| Binary | 1011011 | 1001001 | 110011 | 0 | 10100 | 101100 | 1000000 | 100001 | 11100 | 11100 |
Color Harmonies of #5B4933
Complementary color
Monochromatic Colors of #5B4933
Black with #5B4933
Text Example
Text Example
White with #5B4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4933; }
p { color: rgb(91,73,51); }
H1.HeaderClassName
{
color: #5B4933;
}
.AnyTagClassName
{
color: #5B4933;
}
</style>
background-color css
<style>
a { background-color: #5B4933; }
a { background-color: rgb(91,73,51); }
div.DivClassName
{
background-color: #5B4933;
}
.BgClassName
{
background-color: #5B4933;
}
</style>
border-color css
<style>
span { border-color: #5B4933; }
span { border-color: rgb(91,73,51); }
td.TdClassName
{
border-color: #5B4933;
}
.TagClassName
{
border-color: #5B4933;
}
</style>