Shades of Copper Rust #93524B
Tints of Copper Rust #93524B
RGB
CMYK
RGB Variations
Color information
#93524B (or 0x93524B) is known color: Copper Rust. HEX triplet: 93, 52 and 4B. RGB value is (147,82,75). Sum of RGB (Red+Green+Blue) = 147+82+75=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93524B is #6CADB4. Grayscale: #646464. Windows color (decimal): -7122357 or 4936339. OLE color: 4936339.
HSL color Cylindrical-coordinate representation of color #93524B: hue angle of 5.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93524B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 75 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.42 |
| HSL | 5.83º | 0.32% | 0.44% | - |
| HSV(B) | 5.83º | 0.49% | 0.58% | - |
| XYZ | 16.32 | 12.75 | 8.26 | - |
| YUV | 100.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 75 | 0 | 0.44 | 0.49 | 0.42 | 5.83 | 0.32 | 0.44 |
| Hex | 93 | 52 | 4B | 0 | 2C | 31 | 2A | 6 | 20 | 2C |
| Octal | 223 | 122 | 113 | 0 | 54 | 61 | 52 | 6 | 40 | 54 |
| Binary | 10010011 | 1010010 | 1001011 | 0 | 101100 | 110001 | 101010 | 110 | 100000 | 101100 |
Color Harmonies of #93524B
Complementary color
Monochromatic Colors of #93524B
Black with #93524B
Text Example
Text Example
White with #93524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93524B; }
p { color: rgb(147,82,75); }
H1.HeaderClassName
{
color: #93524B;
}
.AnyTagClassName
{
color: #93524B;
}
</style>
background-color css
<style>
a { background-color: #93524B; }
a { background-color: rgb(147,82,75); }
div.DivClassName
{
background-color: #93524B;
}
.BgClassName
{
background-color: #93524B;
}
</style>
border-color css
<style>
span { border-color: #93524B; }
span { border-color: rgb(147,82,75); }
td.TdClassName
{
border-color: #93524B;
}
.TagClassName
{
border-color: #93524B;
}
</style>