Shades of Metallic Bronze #5B4E3A
Tints of Metallic Bronze #5B4E3A
RGB
CMYK
RGB Variations
Color information
#5B4E3A (or 0x5B4E3A) is known color: Metallic Bronze. HEX triplet: 5B, 4E and 3A. RGB value is (91,78,58). Sum of RGB (Red+Green+Blue) = 91+78+58=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B4E3A is #A4B1C5. Grayscale: #4F4F4F. Windows color (decimal): -10793414 or 3821147. OLE color: 3821147.
HSL color Cylindrical-coordinate representation of color #5B4E3A: hue angle of 36.36º 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 #5B4E3A is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 78 | 58 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.64 |
| HSL | 36.36º | 0.22% | 0.29% | - |
| HSV(B) | 36.36º | 0.36% | 0.36% | - |
| XYZ | 7.8 | 7.98 | 5.13 | - |
| YUV | 79.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 78 | 58 | 0 | 0.14 | 0.36 | 0.64 | 36.36 | 0.22 | 0.29 |
| Hex | 5B | 4E | 3A | 0 | E | 24 | 40 | 24 | 16 | 1D |
| Octal | 133 | 116 | 72 | 0 | 16 | 44 | 100 | 44 | 26 | 35 |
| Binary | 1011011 | 1001110 | 111010 | 0 | 1110 | 100100 | 1000000 | 100100 | 10110 | 11101 |
Color Harmonies of #5B4E3A
Complementary color
Monochromatic Colors of #5B4E3A
Black with #5B4E3A
Text Example
Text Example
White with #5B4E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4E3A; }
p { color: rgb(91,78,58); }
H1.HeaderClassName
{
color: #5B4E3A;
}
.AnyTagClassName
{
color: #5B4E3A;
}
</style>
background-color css
<style>
a { background-color: #5B4E3A; }
a { background-color: rgb(91,78,58); }
div.DivClassName
{
background-color: #5B4E3A;
}
.BgClassName
{
background-color: #5B4E3A;
}
</style>
border-color css
<style>
span { border-color: #5B4E3A; }
span { border-color: rgb(91,78,58); }
td.TdClassName
{
border-color: #5B4E3A;
}
.TagClassName
{
border-color: #5B4E3A;
}
</style>