Shades of Metallic Bronze #5E513A
Tints of Metallic Bronze #5E513A
RGB
CMYK
RGB Variations
Color information
#5E513A (or 0x5E513A) is known color: Metallic Bronze. HEX triplet: 5E, 51 and 3A. RGB value is (94,81,58). Sum of RGB (Red+Green+Blue) = 94+81+58=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E513A is #A1AEC5. Grayscale: #525252. Windows color (decimal): -10596038 or 3821918. OLE color: 3821918.
HSL color Cylindrical-coordinate representation of color #5E513A: hue angle of 38.33º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E513A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 58 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.63 |
| HSL | 38.33º | 0.24% | 0.3% | - |
| HSV(B) | 38.33º | 0.38% | 0.37% | - |
| XYZ | 8.32 | 8.57 | 5.22 | - |
| YUV | 82.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 58 | 0 | 0.14 | 0.38 | 0.63 | 38.33 | 0.24 | 0.3 |
| Hex | 5E | 51 | 3A | 0 | E | 26 | 3F | 26 | 18 | 1E |
| Octal | 136 | 121 | 72 | 0 | 16 | 46 | 77 | 46 | 30 | 36 |
| Binary | 1011110 | 1010001 | 111010 | 0 | 1110 | 100110 | 111111 | 100110 | 11000 | 11110 |
Color Harmonies of #5E513A
Complementary color
Monochromatic Colors of #5E513A
Black with #5E513A
Text Example
Text Example
White with #5E513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E513A; }
p { color: rgb(94,81,58); }
H1.HeaderClassName
{
color: #5E513A;
}
.AnyTagClassName
{
color: #5E513A;
}
</style>
background-color css
<style>
a { background-color: #5E513A; }
a { background-color: rgb(94,81,58); }
div.DivClassName
{
background-color: #5E513A;
}
.BgClassName
{
background-color: #5E513A;
}
</style>
border-color css
<style>
span { border-color: #5E513A; }
span { border-color: rgb(94,81,58); }
td.TdClassName
{
border-color: #5E513A;
}
.TagClassName
{
border-color: #5E513A;
}
</style>