Shades of Deep Bronze #584425
Tints of Deep Bronze #584425
RGB
CMYK
RGB Variations
Color information
#584425 (or 0x584425) is known color: Deep Bronze. HEX triplet: 58, 44 and 25. RGB value is (88,68,37). Sum of RGB (Red+Green+Blue) = 88+68+37=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #584425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584425 is #A7BBDA. Grayscale: #464646. Windows color (decimal): -10992603 or 2442328. OLE color: 2442328.
HSL color Cylindrical-coordinate representation of color #584425: hue angle of 36.47º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584425 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 37 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.65 |
| HSL | 36.47º | 0.41% | 0.25% | - |
| HSV(B) | 36.47º | 0.58% | 0.35% | - |
| XYZ | 6.43 | 6.34 | 2.64 | - |
| YUV | 70.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 37 | 0 | 0.23 | 0.58 | 0.65 | 36.47 | 0.41 | 0.25 |
| Hex | 58 | 44 | 25 | 0 | 17 | 3A | 41 | 24 | 29 | 19 |
| Octal | 130 | 104 | 45 | 0 | 27 | 72 | 101 | 44 | 51 | 31 |
| Binary | 1011000 | 1000100 | 100101 | 0 | 10111 | 111010 | 1000001 | 100100 | 101001 | 11001 |
Color Harmonies of #584425
Complementary color
Monochromatic Colors of #584425
Black with #584425
Text Example
Text Example
White with #584425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584425; }
p { color: rgb(88,68,37); }
H1.HeaderClassName
{
color: #584425;
}
.AnyTagClassName
{
color: #584425;
}
</style>
background-color css
<style>
a { background-color: #584425; }
a { background-color: rgb(88,68,37); }
div.DivClassName
{
background-color: #584425;
}
.BgClassName
{
background-color: #584425;
}
</style>
border-color css
<style>
span { border-color: #584425; }
span { border-color: rgb(88,68,37); }
td.TdClassName
{
border-color: #584425;
}
.TagClassName
{
border-color: #584425;
}
</style>