Shades of Metallic Bronze #5D5039
Tints of Metallic Bronze #5D5039
RGB
CMYK
RGB Variations
Color information
#5D5039 (or 0x5D5039) is known color: Metallic Bronze. HEX triplet: 5D, 50 and 39. RGB value is (93,80,57). Sum of RGB (Red+Green+Blue) = 93+80+57=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5039 is #A2AFC6. Grayscale: #515151. Windows color (decimal): -10661831 or 3756125. OLE color: 3756125.
HSL color Cylindrical-coordinate representation of color #5D5039: hue angle of 38.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D5039 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 57 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.64 |
| HSL | 38.33º | 0.24% | 0.29% | - |
| HSV(B) | 38.33º | 0.39% | 0.36% | - |
| XYZ | 8.12 | 8.36 | 5.06 | - |
| YUV | 81.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 57 | 0 | 0.14 | 0.39 | 0.64 | 38.33 | 0.24 | 0.29 |
| Hex | 5D | 50 | 39 | 0 | E | 27 | 40 | 26 | 18 | 1D |
| Octal | 135 | 120 | 71 | 0 | 16 | 47 | 100 | 46 | 30 | 35 |
| Binary | 1011101 | 1010000 | 111001 | 0 | 1110 | 100111 | 1000000 | 100110 | 11000 | 11101 |
Color Harmonies of #5D5039
Complementary color
Monochromatic Colors of #5D5039
Black with #5D5039
Text Example
Text Example
White with #5D5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5039; }
p { color: rgb(93,80,57); }
H1.HeaderClassName
{
color: #5D5039;
}
.AnyTagClassName
{
color: #5D5039;
}
</style>
background-color css
<style>
a { background-color: #5D5039; }
a { background-color: rgb(93,80,57); }
div.DivClassName
{
background-color: #5D5039;
}
.BgClassName
{
background-color: #5D5039;
}
</style>
border-color css
<style>
span { border-color: #5D5039; }
span { border-color: rgb(93,80,57); }
td.TdClassName
{
border-color: #5D5039;
}
.TagClassName
{
border-color: #5D5039;
}
</style>