Shades of Deep Bronze #584021
Tints of Deep Bronze #584021
RGB
CMYK
RGB Variations
Color information
#584021 (or 0x584021) is known color: Deep Bronze. HEX triplet: 58, 40 and 21. RGB value is (88,64,33). Sum of RGB (Red+Green+Blue) = 88+64+33=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #584021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584021 is #A7BFDE. Grayscale: #434343. Windows color (decimal): -10993631 or 2179160. OLE color: 2179160.
HSL color Cylindrical-coordinate representation of color #584021: hue angle of 33.82º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584021 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 64 | 33 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.65 |
| HSL | 33.82º | 0.45% | 0.24% | - |
| HSV(B) | 33.82º | 0.63% | 0.35% | - |
| XYZ | 6.13 | 5.85 | 2.25 | - |
| YUV | 67.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 33 | 0 | 0.27 | 0.62 | 0.65 | 33.82 | 0.45 | 0.24 |
| Hex | 58 | 40 | 21 | 0 | 1B | 3E | 41 | 22 | 2D | 18 |
| Octal | 130 | 100 | 41 | 0 | 33 | 76 | 101 | 42 | 55 | 30 |
| Binary | 1011000 | 1000000 | 100001 | 0 | 11011 | 111110 | 1000001 | 100010 | 101101 | 11000 |
Color Harmonies of #584021
Complementary color
Monochromatic Colors of #584021
Black with #584021
Text Example
Text Example
White with #584021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584021; }
p { color: rgb(88,64,33); }
H1.HeaderClassName
{
color: #584021;
}
.AnyTagClassName
{
color: #584021;
}
</style>
background-color css
<style>
a { background-color: #584021; }
a { background-color: rgb(88,64,33); }
div.DivClassName
{
background-color: #584021;
}
.BgClassName
{
background-color: #584021;
}
</style>
border-color css
<style>
span { border-color: #584021; }
span { border-color: rgb(88,64,33); }
td.TdClassName
{
border-color: #584021;
}
.TagClassName
{
border-color: #584021;
}
</style>