Shades of Copper Rust #93584C
Tints of Copper Rust #93584C
RGB
CMYK
RGB Variations
Color information
#93584C (or 0x93584C) is known color: Copper Rust. HEX triplet: 93, 58 and 4C. RGB value is (147,88,76). Sum of RGB (Red+Green+Blue) = 147+88+76=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93584C is #6CA7B3. Grayscale: #686868. Windows color (decimal): -7120820 or 5003411. OLE color: 5003411.
HSL color Cylindrical-coordinate representation of color #93584C: hue angle of 10.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93584C is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 76 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.42 |
| HSL | 10.14º | 0.32% | 0.44% | - |
| HSV(B) | 10.14º | 0.48% | 0.58% | - |
| XYZ | 16.83 | 13.7 | 8.6 | - |
| YUV | 104.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 76 | 0 | 0.40 | 0.48 | 0.42 | 10.14 | 0.32 | 0.44 |
| Hex | 93 | 58 | 4C | 0 | 28 | 30 | 2A | A | 20 | 2C |
| Octal | 223 | 130 | 114 | 0 | 50 | 60 | 52 | 12 | 40 | 54 |
| Binary | 10010011 | 1011000 | 1001100 | 0 | 101000 | 110000 | 101010 | 1010 | 100000 | 101100 |
Color Harmonies of #93584C
Complementary color
Monochromatic Colors of #93584C
Black with #93584C
Text Example
Text Example
White with #93584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93584C; }
p { color: rgb(147,88,76); }
H1.HeaderClassName
{
color: #93584C;
}
.AnyTagClassName
{
color: #93584C;
}
</style>
background-color css
<style>
a { background-color: #93584C; }
a { background-color: rgb(147,88,76); }
div.DivClassName
{
background-color: #93584C;
}
.BgClassName
{
background-color: #93584C;
}
</style>
border-color css
<style>
span { border-color: #93584C; }
span { border-color: rgb(147,88,76); }
td.TdClassName
{
border-color: #93584C;
}
.TagClassName
{
border-color: #93584C;
}
</style>