Shades of Metallic Bronze #584933
Tints of Metallic Bronze #584933
RGB
CMYK
RGB Variations
Color information
#584933 (or 0x584933) is known color: Metallic Bronze. HEX triplet: 58, 49 and 33. RGB value is (88,73,51). Sum of RGB (Red+Green+Blue) = 88+73+51=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #584933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584933 is #A7B6CC. Grayscale: #4B4B4B. Windows color (decimal): -10991309 or 3361112. OLE color: 3361112.
HSL color Cylindrical-coordinate representation of color #584933: hue angle of 35.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584933 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 73 | 51 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.65 |
| HSL | 35.68º | 0.27% | 0.27% | - |
| HSV(B) | 35.68º | 0.42% | 0.35% | - |
| XYZ | 7 | 7.08 | 4.13 | - |
| YUV | 74.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 51 | 0 | 0.17 | 0.42 | 0.65 | 35.68 | 0.27 | 0.27 |
| Hex | 58 | 49 | 33 | 0 | 11 | 2A | 41 | 24 | 1B | 1B |
| Octal | 130 | 111 | 63 | 0 | 21 | 52 | 101 | 44 | 33 | 33 |
| Binary | 1011000 | 1001001 | 110011 | 0 | 10001 | 101010 | 1000001 | 100100 | 11011 | 11011 |
Color Harmonies of #584933
Complementary color
Monochromatic Colors of #584933
Black with #584933
Text Example
Text Example
White with #584933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584933; }
p { color: rgb(88,73,51); }
H1.HeaderClassName
{
color: #584933;
}
.AnyTagClassName
{
color: #584933;
}
</style>
background-color css
<style>
a { background-color: #584933; }
a { background-color: rgb(88,73,51); }
div.DivClassName
{
background-color: #584933;
}
.BgClassName
{
background-color: #584933;
}
</style>
border-color css
<style>
span { border-color: #584933; }
span { border-color: rgb(88,73,51); }
td.TdClassName
{
border-color: #584933;
}
.TagClassName
{
border-color: #584933;
}
</style>