Shades of Copper Rust #93524A
Tints of Copper Rust #93524A
RGB
CMYK
RGB Variations
Color information
#93524A (or 0x93524A) is known color: Copper Rust. HEX triplet: 93, 52 and 4A. RGB value is (147,82,74). Sum of RGB (Red+Green+Blue) = 147+82+74=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93524A is #6CADB5. Grayscale: #646464. Windows color (decimal): -7122358 or 4870803. OLE color: 4870803.
HSL color Cylindrical-coordinate representation of color #93524A: hue angle of 6.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93524A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 74 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.42 |
| HSL | 6.58º | 0.33% | 0.43% | - |
| HSV(B) | 6.58º | 0.5% | 0.58% | - |
| XYZ | 16.29 | 12.73 | 8.08 | - |
| YUV | 100.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 74 | 0 | 0.44 | 0.50 | 0.42 | 6.58 | 0.33 | 0.43 |
| Hex | 93 | 52 | 4A | 0 | 2C | 32 | 2A | 7 | 21 | 2B |
| Octal | 223 | 122 | 112 | 0 | 54 | 62 | 52 | 7 | 41 | 53 |
| Binary | 10010011 | 1010010 | 1001010 | 0 | 101100 | 110010 | 101010 | 111 | 100001 | 101011 |
Color Harmonies of #93524A
Complementary color
Monochromatic Colors of #93524A
Black with #93524A
Text Example
Text Example
White with #93524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93524A; }
p { color: rgb(147,82,74); }
H1.HeaderClassName
{
color: #93524A;
}
.AnyTagClassName
{
color: #93524A;
}
</style>
background-color css
<style>
a { background-color: #93524A; }
a { background-color: rgb(147,82,74); }
div.DivClassName
{
background-color: #93524A;
}
.BgClassName
{
background-color: #93524A;
}
</style>
border-color css
<style>
span { border-color: #93524A; }
span { border-color: rgb(147,82,74); }
td.TdClassName
{
border-color: #93524A;
}
.TagClassName
{
border-color: #93524A;
}
</style>