Shades of Deep Bronze #584325
Tints of Deep Bronze #584325
RGB
CMYK
RGB Variations
Color information
#584325 (or 0x584325) is known color: Deep Bronze. HEX triplet: 58, 43 and 25. RGB value is (88,67,37). Sum of RGB (Red+Green+Blue) = 88+67+37=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #584325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584325 is #A7BCDA. Grayscale: #464646. Windows color (decimal): -10992859 or 2442072. OLE color: 2442072.
HSL color Cylindrical-coordinate representation of color #584325: hue angle of 35.29º 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 #584325 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 37 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.65 |
| HSL | 35.29º | 0.41% | 0.25% | - |
| HSV(B) | 35.29º | 0.58% | 0.35% | - |
| XYZ | 6.37 | 6.22 | 2.62 | - |
| YUV | 69.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 37 | 0 | 0.24 | 0.58 | 0.65 | 35.29 | 0.41 | 0.25 |
| Hex | 58 | 43 | 25 | 0 | 18 | 3A | 41 | 23 | 29 | 19 |
| Octal | 130 | 103 | 45 | 0 | 30 | 72 | 101 | 43 | 51 | 31 |
| Binary | 1011000 | 1000011 | 100101 | 0 | 11000 | 111010 | 1000001 | 100011 | 101001 | 11001 |
Color Harmonies of #584325
Complementary color
Monochromatic Colors of #584325
Black with #584325
Text Example
Text Example
White with #584325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584325; }
p { color: rgb(88,67,37); }
H1.HeaderClassName
{
color: #584325;
}
.AnyTagClassName
{
color: #584325;
}
</style>
background-color css
<style>
a { background-color: #584325; }
a { background-color: rgb(88,67,37); }
div.DivClassName
{
background-color: #584325;
}
.BgClassName
{
background-color: #584325;
}
</style>
border-color css
<style>
span { border-color: #584325; }
span { border-color: rgb(88,67,37); }
td.TdClassName
{
border-color: #584325;
}
.TagClassName
{
border-color: #584325;
}
</style>