Shades of Deep Bronze #58452B
Tints of Deep Bronze #58452B
RGB
CMYK
RGB Variations
Color information
#58452B (or 0x58452B) is known color: Deep Bronze. HEX triplet: 58, 45 and 2B. RGB value is (88,69,43). Sum of RGB (Red+Green+Blue) = 88+69+43=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58452B is #A7BAD4. Grayscale: #474747. Windows color (decimal): -10992341 or 2835800. OLE color: 2835800.
HSL color Cylindrical-coordinate representation of color #58452B: hue angle of 34.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58452B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 43 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.65 |
| HSL | 34.67º | 0.34% | 0.26% | - |
| HSV(B) | 34.67º | 0.51% | 0.35% | - |
| XYZ | 6.59 | 6.51 | 3.19 | - |
| YUV | 71.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 43 | 0 | 0.22 | 0.51 | 0.65 | 34.67 | 0.34 | 0.26 |
| Hex | 58 | 45 | 2B | 0 | 16 | 33 | 41 | 23 | 22 | 1A |
| Octal | 130 | 105 | 53 | 0 | 26 | 63 | 101 | 43 | 42 | 32 |
| Binary | 1011000 | 1000101 | 101011 | 0 | 10110 | 110011 | 1000001 | 100011 | 100010 | 11010 |
Color Harmonies of #58452B
Complementary color
Monochromatic Colors of #58452B
Black with #58452B
Text Example
Text Example
White with #58452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58452B; }
p { color: rgb(88,69,43); }
H1.HeaderClassName
{
color: #58452B;
}
.AnyTagClassName
{
color: #58452B;
}
</style>
background-color css
<style>
a { background-color: #58452B; }
a { background-color: rgb(88,69,43); }
div.DivClassName
{
background-color: #58452B;
}
.BgClassName
{
background-color: #58452B;
}
</style>
border-color css
<style>
span { border-color: #58452B; }
span { border-color: rgb(88,69,43); }
td.TdClassName
{
border-color: #58452B;
}
.TagClassName
{
border-color: #58452B;
}
</style>