Shades of Copper Rust #93504C
Tints of Copper Rust #93504C
RGB
CMYK
RGB Variations
Color information
#93504C (or 0x93504C) is known color: Copper Rust. HEX triplet: 93, 50 and 4C. RGB value is (147,80,76). Sum of RGB (Red+Green+Blue) = 147+80+76=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93504C is #6CAFB3. Grayscale: #636363. Windows color (decimal): -7122868 or 5001363. OLE color: 5001363.
HSL color Cylindrical-coordinate representation of color #93504C: hue angle of 3.38º 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 #93504C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 76 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.42 |
| HSL | 3.38º | 0.32% | 0.44% | - |
| HSV(B) | 3.38º | 0.48% | 0.58% | - |
| XYZ | 16.21 | 12.46 | 8.39 | - |
| YUV | 99.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 76 | 0 | 0.46 | 0.48 | 0.42 | 3.38 | 0.32 | 0.44 |
| Hex | 93 | 50 | 4C | 0 | 2E | 30 | 2A | 3 | 20 | 2C |
| Octal | 223 | 120 | 114 | 0 | 56 | 60 | 52 | 3 | 40 | 54 |
| Binary | 10010011 | 1010000 | 1001100 | 0 | 101110 | 110000 | 101010 | 11 | 100000 | 101100 |
Color Harmonies of #93504C
Complementary color
Monochromatic Colors of #93504C
Black with #93504C
Text Example
Text Example
White with #93504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93504C; }
p { color: rgb(147,80,76); }
H1.HeaderClassName
{
color: #93504C;
}
.AnyTagClassName
{
color: #93504C;
}
</style>
background-color css
<style>
a { background-color: #93504C; }
a { background-color: rgb(147,80,76); }
div.DivClassName
{
background-color: #93504C;
}
.BgClassName
{
background-color: #93504C;
}
</style>
border-color css
<style>
span { border-color: #93504C; }
span { border-color: rgb(147,80,76); }
td.TdClassName
{
border-color: #93504C;
}
.TagClassName
{
border-color: #93504C;
}
</style>