Shades of Metallic Bronze #5D4E35
Tints of Metallic Bronze #5D4E35
RGB
CMYK
RGB Variations
Color information
#5D4E35 (or 0x5D4E35) is known color: Metallic Bronze. HEX triplet: 5D, 4E and 35. RGB value is (93,78,53). Sum of RGB (Red+Green+Blue) = 93+78+53=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D4E35 is #A2B1CA. Grayscale: #4F4F4F. Windows color (decimal): -10662347 or 3493469. OLE color: 3493469.
HSL color Cylindrical-coordinate representation of color #5D4E35: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D4E35 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 78 | 53 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.64 |
| HSL | 37.5º | 0.27% | 0.29% | - |
| HSV(B) | 37.5º | 0.43% | 0.36% | - |
| XYZ | 7.88 | 8.03 | 4.5 | - |
| YUV | 79.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 53 | 0 | 0.16 | 0.43 | 0.64 | 37.5 | 0.27 | 0.29 |
| Hex | 5D | 4E | 35 | 0 | 10 | 2B | 40 | 26 | 1B | 1D |
| Octal | 135 | 116 | 65 | 0 | 20 | 53 | 100 | 46 | 33 | 35 |
| Binary | 1011101 | 1001110 | 110101 | 0 | 10000 | 101011 | 1000000 | 100110 | 11011 | 11101 |
Color Harmonies of #5D4E35
Complementary color
Monochromatic Colors of #5D4E35
Black with #5D4E35
Text Example
Text Example
White with #5D4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4E35; }
p { color: rgb(93,78,53); }
H1.HeaderClassName
{
color: #5D4E35;
}
.AnyTagClassName
{
color: #5D4E35;
}
</style>
background-color css
<style>
a { background-color: #5D4E35; }
a { background-color: rgb(93,78,53); }
div.DivClassName
{
background-color: #5D4E35;
}
.BgClassName
{
background-color: #5D4E35;
}
</style>
border-color css
<style>
span { border-color: #5D4E35; }
span { border-color: rgb(93,78,53); }
td.TdClassName
{
border-color: #5D4E35;
}
.TagClassName
{
border-color: #5D4E35;
}
</style>