Shades of Metallic Bronze #5B503A
Tints of Metallic Bronze #5B503A
RGB
CMYK
RGB Variations
Color information
#5B503A (or 0x5B503A) is known color: Metallic Bronze. HEX triplet: 5B, 50 and 3A. RGB value is (91,80,58). Sum of RGB (Red+Green+Blue) = 91+80+58=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B503A is #A4AFC5. Grayscale: #505050. Windows color (decimal): -10792902 or 3821659. OLE color: 3821659.
HSL color Cylindrical-coordinate representation of color #5B503A: hue angle of 40º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B503A is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 58 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.64 |
| HSL | 40º | 0.22% | 0.29% | - |
| HSV(B) | 40º | 0.36% | 0.36% | - |
| XYZ | 7.95 | 8.27 | 5.18 | - |
| YUV | 80.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 58 | 0 | 0.12 | 0.36 | 0.64 | 40 | 0.22 | 0.29 |
| Hex | 5B | 50 | 3A | 0 | C | 24 | 40 | 28 | 16 | 1D |
| Octal | 133 | 120 | 72 | 0 | 14 | 44 | 100 | 50 | 26 | 35 |
| Binary | 1011011 | 1010000 | 111010 | 0 | 1100 | 100100 | 1000000 | 101000 | 10110 | 11101 |
Color Harmonies of #5B503A
Complementary color
Monochromatic Colors of #5B503A
Black with #5B503A
Text Example
Text Example
White with #5B503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B503A; }
p { color: rgb(91,80,58); }
H1.HeaderClassName
{
color: #5B503A;
}
.AnyTagClassName
{
color: #5B503A;
}
</style>
background-color css
<style>
a { background-color: #5B503A; }
a { background-color: rgb(91,80,58); }
div.DivClassName
{
background-color: #5B503A;
}
.BgClassName
{
background-color: #5B503A;
}
</style>
border-color css
<style>
span { border-color: #5B503A; }
span { border-color: rgb(91,80,58); }
td.TdClassName
{
border-color: #5B503A;
}
.TagClassName
{
border-color: #5B503A;
}
</style>