Shades of Deep Bronze #58452F
Tints of Deep Bronze #58452F
RGB
CMYK
RGB Variations
Color information
#58452F (or 0x58452F) is known color: Deep Bronze. HEX triplet: 58, 45 and 2F. RGB value is (88,69,47). Sum of RGB (Red+Green+Blue) = 88+69+47=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58452F is #A7BAD0. Grayscale: #484848. Windows color (decimal): -10992337 or 3097944. OLE color: 3097944.
HSL color Cylindrical-coordinate representation of color #58452F: hue angle of 32.2º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58452F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 47 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.65 |
| HSL | 32.2º | 0.3% | 0.26% | - |
| HSV(B) | 32.2º | 0.47% | 0.35% | - |
| XYZ | 6.67 | 6.54 | 3.6 | - |
| YUV | 72.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 47 | 0 | 0.22 | 0.47 | 0.65 | 32.2 | 0.3 | 0.26 |
| Hex | 58 | 45 | 2F | 0 | 16 | 2F | 41 | 20 | 1E | 1A |
| Octal | 130 | 105 | 57 | 0 | 26 | 57 | 101 | 40 | 36 | 32 |
| Binary | 1011000 | 1000101 | 101111 | 0 | 10110 | 101111 | 1000001 | 100000 | 11110 | 11010 |
Color Harmonies of #58452F
Complementary color
Monochromatic Colors of #58452F
Black with #58452F
Text Example
Text Example
White with #58452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58452F; }
p { color: rgb(88,69,47); }
H1.HeaderClassName
{
color: #58452F;
}
.AnyTagClassName
{
color: #58452F;
}
</style>
background-color css
<style>
a { background-color: #58452F; }
a { background-color: rgb(88,69,47); }
div.DivClassName
{
background-color: #58452F;
}
.BgClassName
{
background-color: #58452F;
}
</style>
border-color css
<style>
span { border-color: #58452F; }
span { border-color: rgb(88,69,47); }
td.TdClassName
{
border-color: #58452F;
}
.TagClassName
{
border-color: #58452F;
}
</style>