Shades of Deep Bronze #584628
Tints of Deep Bronze #584628
RGB
CMYK
RGB Variations
Color information
#584628 (or 0x584628) is known color: Deep Bronze. HEX triplet: 58, 46 and 28. RGB value is (88,70,40). Sum of RGB (Red+Green+Blue) = 88+70+40=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #584628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584628 is #A7B9D7. Grayscale: #484848. Windows color (decimal): -10992088 or 2639448. OLE color: 2639448.
HSL color Cylindrical-coordinate representation of color #584628: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584628 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 70 | 40 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.65 |
| HSL | 37.5º | 0.38% | 0.25% | - |
| HSV(B) | 37.5º | 0.55% | 0.35% | - |
| XYZ | 6.6 | 6.61 | 2.94 | - |
| YUV | 71.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 40 | 0 | 0.20 | 0.55 | 0.65 | 37.5 | 0.38 | 0.25 |
| Hex | 58 | 46 | 28 | 0 | 14 | 37 | 41 | 26 | 26 | 19 |
| Octal | 130 | 106 | 50 | 0 | 24 | 67 | 101 | 46 | 46 | 31 |
| Binary | 1011000 | 1000110 | 101000 | 0 | 10100 | 110111 | 1000001 | 100110 | 100110 | 11001 |
Color Harmonies of #584628
Complementary color
Monochromatic Colors of #584628
Black with #584628
Text Example
Text Example
White with #584628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584628; }
p { color: rgb(88,70,40); }
H1.HeaderClassName
{
color: #584628;
}
.AnyTagClassName
{
color: #584628;
}
</style>
background-color css
<style>
a { background-color: #584628; }
a { background-color: rgb(88,70,40); }
div.DivClassName
{
background-color: #584628;
}
.BgClassName
{
background-color: #584628;
}
</style>
border-color css
<style>
span { border-color: #584628; }
span { border-color: rgb(88,70,40); }
td.TdClassName
{
border-color: #584628;
}
.TagClassName
{
border-color: #584628;
}
</style>