Shades of Copper Rust #93524C
Tints of Copper Rust #93524C
RGB
CMYK
RGB Variations
Color information
#93524C (or 0x93524C) is known color: Copper Rust. HEX triplet: 93, 52 and 4C. RGB value is (147,82,76). Sum of RGB (Red+Green+Blue) = 147+82+76=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93524C is #6CADB3. Grayscale: #646464. Windows color (decimal): -7122356 or 5001875. OLE color: 5001875.
HSL color Cylindrical-coordinate representation of color #93524C: hue angle of 5.07º 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 #93524C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 76 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.42 |
| HSL | 5.07º | 0.32% | 0.44% | - |
| HSV(B) | 5.07º | 0.48% | 0.58% | - |
| XYZ | 16.35 | 12.76 | 8.44 | - |
| YUV | 100.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 76 | 0 | 0.44 | 0.48 | 0.42 | 5.07 | 0.32 | 0.44 |
| Hex | 93 | 52 | 4C | 0 | 2C | 30 | 2A | 5 | 20 | 2C |
| Octal | 223 | 122 | 114 | 0 | 54 | 60 | 52 | 5 | 40 | 54 |
| Binary | 10010011 | 1010010 | 1001100 | 0 | 101100 | 110000 | 101010 | 101 | 100000 | 101100 |
Color Harmonies of #93524C
Complementary color
Monochromatic Colors of #93524C
Black with #93524C
Text Example
Text Example
White with #93524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93524C; }
p { color: rgb(147,82,76); }
H1.HeaderClassName
{
color: #93524C;
}
.AnyTagClassName
{
color: #93524C;
}
</style>
background-color css
<style>
a { background-color: #93524C; }
a { background-color: rgb(147,82,76); }
div.DivClassName
{
background-color: #93524C;
}
.BgClassName
{
background-color: #93524C;
}
</style>
border-color css
<style>
span { border-color: #93524C; }
span { border-color: rgb(147,82,76); }
td.TdClassName
{
border-color: #93524C;
}
.TagClassName
{
border-color: #93524C;
}
</style>