Shades of Deep Bronze #58422A
Tints of Deep Bronze #58422A
RGB
CMYK
RGB Variations
Color information
#58422A (or 0x58422A) is known color: Deep Bronze. HEX triplet: 58, 42 and 2A. RGB value is (88,66,42). Sum of RGB (Red+Green+Blue) = 88+66+42=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58422A is #A7BDD5. Grayscale: #454545. Windows color (decimal): -10993110 or 2769496. OLE color: 2769496.
HSL color Cylindrical-coordinate representation of color #58422A: hue angle of 31.3º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58422A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 66 | 42 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.65 |
| HSL | 31.3º | 0.35% | 0.25% | - |
| HSV(B) | 31.3º | 0.52% | 0.35% | - |
| XYZ | 6.39 | 6.14 | 3.04 | - |
| YUV | 69.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 42 | 0 | 0.25 | 0.52 | 0.65 | 31.3 | 0.35 | 0.25 |
| Hex | 58 | 42 | 2A | 0 | 19 | 34 | 41 | 1F | 23 | 19 |
| Octal | 130 | 102 | 52 | 0 | 31 | 64 | 101 | 37 | 43 | 31 |
| Binary | 1011000 | 1000010 | 101010 | 0 | 11001 | 110100 | 1000001 | 11111 | 100011 | 11001 |
Color Harmonies of #58422A
Complementary color
Monochromatic Colors of #58422A
Black with #58422A
Text Example
Text Example
White with #58422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58422A; }
p { color: rgb(88,66,42); }
H1.HeaderClassName
{
color: #58422A;
}
.AnyTagClassName
{
color: #58422A;
}
</style>
background-color css
<style>
a { background-color: #58422A; }
a { background-color: rgb(88,66,42); }
div.DivClassName
{
background-color: #58422A;
}
.BgClassName
{
background-color: #58422A;
}
</style>
border-color css
<style>
span { border-color: #58422A; }
span { border-color: rgb(88,66,42); }
td.TdClassName
{
border-color: #58422A;
}
.TagClassName
{
border-color: #58422A;
}
</style>