Shades of Deep Bronze #584127
Tints of Deep Bronze #584127
RGB
CMYK
RGB Variations
Color information
#584127 (or 0x584127) is known color: Deep Bronze. HEX triplet: 58, 41 and 27. RGB value is (88,65,39). Sum of RGB (Red+Green+Blue) = 88+65+39=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #584127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584127 is #A7BED8. Grayscale: #454545. Windows color (decimal): -10993369 or 2572632. OLE color: 2572632.
HSL color Cylindrical-coordinate representation of color #584127: hue angle of 31.84º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #584127 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 39 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.65 |
| HSL | 31.84º | 0.39% | 0.25% | - |
| HSV(B) | 31.84º | 0.56% | 0.35% | - |
| XYZ | 6.28 | 6 | 2.75 | - |
| YUV | 68.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 39 | 0 | 0.26 | 0.56 | 0.65 | 31.84 | 0.39 | 0.25 |
| Hex | 58 | 41 | 27 | 0 | 1A | 38 | 41 | 20 | 27 | 19 |
| Octal | 130 | 101 | 47 | 0 | 32 | 70 | 101 | 40 | 47 | 31 |
| Binary | 1011000 | 1000001 | 100111 | 0 | 11010 | 111000 | 1000001 | 100000 | 100111 | 11001 |
Color Harmonies of #584127
Complementary color
Monochromatic Colors of #584127
Black with #584127
Text Example
Text Example
White with #584127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584127; }
p { color: rgb(88,65,39); }
H1.HeaderClassName
{
color: #584127;
}
.AnyTagClassName
{
color: #584127;
}
</style>
background-color css
<style>
a { background-color: #584127; }
a { background-color: rgb(88,65,39); }
div.DivClassName
{
background-color: #584127;
}
.BgClassName
{
background-color: #584127;
}
</style>
border-color css
<style>
span { border-color: #584127; }
span { border-color: rgb(88,65,39); }
td.TdClassName
{
border-color: #584127;
}
.TagClassName
{
border-color: #584127;
}
</style>