Shades of Metallic Bronze #584D3B
Tints of Metallic Bronze #584D3B
RGB
CMYK
RGB Variations
Color information
#584D3B (or 0x584D3B) is known color: Metallic Bronze. HEX triplet: 58, 4D and 3B. RGB value is (88,77,59). Sum of RGB (Red+Green+Blue) = 88+77+59=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #584D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D3B is #A7B2C4. Grayscale: #4E4E4E. Windows color (decimal): -10990277 or 3886424. OLE color: 3886424.
HSL color Cylindrical-coordinate representation of color #584D3B: hue angle of 37.24º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #584D3B is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 59 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.65 |
| HSL | 37.24º | 0.2% | 0.29% | - |
| HSV(B) | 37.24º | 0.33% | 0.35% | - |
| XYZ | 7.47 | 7.7 | 5.23 | - |
| YUV | 78.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 59 | 0 | 0.12 | 0.33 | 0.65 | 37.24 | 0.2 | 0.29 |
| Hex | 58 | 4D | 3B | 0 | C | 21 | 41 | 25 | 14 | 1D |
| Octal | 130 | 115 | 73 | 0 | 14 | 41 | 101 | 45 | 24 | 35 |
| Binary | 1011000 | 1001101 | 111011 | 0 | 1100 | 100001 | 1000001 | 100101 | 10100 | 11101 |
Color Harmonies of #584D3B
Complementary color
Monochromatic Colors of #584D3B
Black with #584D3B
Text Example
Text Example
White with #584D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D3B; }
p { color: rgb(88,77,59); }
H1.HeaderClassName
{
color: #584D3B;
}
.AnyTagClassName
{
color: #584D3B;
}
</style>
background-color css
<style>
a { background-color: #584D3B; }
a { background-color: rgb(88,77,59); }
div.DivClassName
{
background-color: #584D3B;
}
.BgClassName
{
background-color: #584D3B;
}
</style>
border-color css
<style>
span { border-color: #584D3B; }
span { border-color: rgb(88,77,59); }
td.TdClassName
{
border-color: #584D3B;
}
.TagClassName
{
border-color: #584D3B;
}
</style>