Shades of Metallic Bronze #584D3C
Tints of Metallic Bronze #584D3C
RGB
CMYK
RGB Variations
Color information
#584D3C (or 0x584D3C) is known color: Metallic Bronze. HEX triplet: 58, 4D and 3C. RGB value is (88,77,60). Sum of RGB (Red+Green+Blue) = 88+77+60=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D3C is #A7B2C3. Grayscale: #4E4E4E. Windows color (decimal): -10990276 or 3951960. OLE color: 3951960.
HSL color Cylindrical-coordinate representation of color #584D3C: hue angle of 36.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #584D3C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 60 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.65 |
| HSL | 36.43º | 0.19% | 0.29% | - |
| HSV(B) | 36.43º | 0.32% | 0.35% | - |
| XYZ | 7.49 | 7.71 | 5.37 | - |
| YUV | 78.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 60 | 0 | 0.12 | 0.32 | 0.65 | 36.43 | 0.19 | 0.29 |
| Hex | 58 | 4D | 3C | 0 | C | 20 | 41 | 24 | 13 | 1D |
| Octal | 130 | 115 | 74 | 0 | 14 | 40 | 101 | 44 | 23 | 35 |
| Binary | 1011000 | 1001101 | 111100 | 0 | 1100 | 100000 | 1000001 | 100100 | 10011 | 11101 |
Color Harmonies of #584D3C
Complementary color
Monochromatic Colors of #584D3C
Black with #584D3C
Text Example
Text Example
White with #584D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D3C; }
p { color: rgb(88,77,60); }
H1.HeaderClassName
{
color: #584D3C;
}
.AnyTagClassName
{
color: #584D3C;
}
</style>
background-color css
<style>
a { background-color: #584D3C; }
a { background-color: rgb(88,77,60); }
div.DivClassName
{
background-color: #584D3C;
}
.BgClassName
{
background-color: #584D3C;
}
</style>
border-color css
<style>
span { border-color: #584D3C; }
span { border-color: rgb(88,77,60); }
td.TdClassName
{
border-color: #584D3C;
}
.TagClassName
{
border-color: #584D3C;
}
</style>