Shades of Copper Rust #93544C
Tints of Copper Rust #93544C
RGB
CMYK
RGB Variations
Color information
#93544C (or 0x93544C) is known color: Copper Rust. HEX triplet: 93, 54 and 4C. RGB value is (147,84,76). Sum of RGB (Red+Green+Blue) = 147+84+76=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93544C is #6CABB3. Grayscale: #666666. Windows color (decimal): -7121844 or 5002387. OLE color: 5002387.
HSL color Cylindrical-coordinate representation of color #93544C: hue angle of 6.76º 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 #93544C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 76 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.42 |
| HSL | 6.76º | 0.32% | 0.44% | - |
| HSV(B) | 6.76º | 0.48% | 0.58% | - |
| XYZ | 16.51 | 13.07 | 8.49 | - |
| YUV | 101.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 76 | 0 | 0.43 | 0.48 | 0.42 | 6.76 | 0.32 | 0.44 |
| Hex | 93 | 54 | 4C | 0 | 2B | 30 | 2A | 7 | 20 | 2C |
| Octal | 223 | 124 | 114 | 0 | 53 | 60 | 52 | 7 | 40 | 54 |
| Binary | 10010011 | 1010100 | 1001100 | 0 | 101011 | 110000 | 101010 | 111 | 100000 | 101100 |
Color Harmonies of #93544C
Complementary color
Monochromatic Colors of #93544C
Black with #93544C
Text Example
Text Example
White with #93544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93544C; }
p { color: rgb(147,84,76); }
H1.HeaderClassName
{
color: #93544C;
}
.AnyTagClassName
{
color: #93544C;
}
</style>
background-color css
<style>
a { background-color: #93544C; }
a { background-color: rgb(147,84,76); }
div.DivClassName
{
background-color: #93544C;
}
.BgClassName
{
background-color: #93544C;
}
</style>
border-color css
<style>
span { border-color: #93544C; }
span { border-color: rgb(147,84,76); }
td.TdClassName
{
border-color: #93544C;
}
.TagClassName
{
border-color: #93544C;
}
</style>