Shades of Metallic Bronze #5E5039
Tints of Metallic Bronze #5E5039
RGB
CMYK
RGB Variations
Color information
#5E5039 (or 0x5E5039) is known color: Metallic Bronze. HEX triplet: 5E, 50 and 39. RGB value is (94,80,57). Sum of RGB (Red+Green+Blue) = 94+80+57=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5039 is #A1AFC6. Grayscale: #515151. Windows color (decimal): -10596295 or 3756126. OLE color: 3756126.
HSL color Cylindrical-coordinate representation of color #5E5039: hue angle of 37.3º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5039 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 80 | 57 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.63 |
| HSL | 37.3º | 0.25% | 0.3% | - |
| HSV(B) | 37.3º | 0.39% | 0.37% | - |
| XYZ | 8.22 | 8.41 | 5.06 | - |
| YUV | 81.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 57 | 0 | 0.15 | 0.39 | 0.63 | 37.3 | 0.25 | 0.3 |
| Hex | 5E | 50 | 39 | 0 | F | 27 | 3F | 25 | 19 | 1E |
| Octal | 136 | 120 | 71 | 0 | 17 | 47 | 77 | 45 | 31 | 36 |
| Binary | 1011110 | 1010000 | 111001 | 0 | 1111 | 100111 | 111111 | 100101 | 11001 | 11110 |
Color Harmonies of #5E5039
Complementary color
Monochromatic Colors of #5E5039
Black with #5E5039
Text Example
Text Example
White with #5E5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5039; }
p { color: rgb(94,80,57); }
H1.HeaderClassName
{
color: #5E5039;
}
.AnyTagClassName
{
color: #5E5039;
}
</style>
background-color css
<style>
a { background-color: #5E5039; }
a { background-color: rgb(94,80,57); }
div.DivClassName
{
background-color: #5E5039;
}
.BgClassName
{
background-color: #5E5039;
}
</style>
border-color css
<style>
span { border-color: #5E5039; }
span { border-color: rgb(94,80,57); }
td.TdClassName
{
border-color: #5E5039;
}
.TagClassName
{
border-color: #5E5039;
}
</style>