Shades of Copper Rust #93574A
Tints of Copper Rust #93574A
RGB
CMYK
RGB Variations
Color information
#93574A (or 0x93574A) is known color: Copper Rust. HEX triplet: 93, 57 and 4A. RGB value is (147,87,74). Sum of RGB (Red+Green+Blue) = 147+87+74=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93574A is #6CA8B5. Grayscale: #676767. Windows color (decimal): -7121078 or 4872083. OLE color: 4872083.
HSL color Cylindrical-coordinate representation of color #93574A: hue angle of 10.68º 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 #93574A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 74 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.42 |
| HSL | 10.68º | 0.33% | 0.43% | - |
| HSV(B) | 10.68º | 0.5% | 0.58% | - |
| XYZ | 16.68 | 13.51 | 8.21 | - |
| YUV | 103.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 74 | 0 | 0.41 | 0.50 | 0.42 | 10.68 | 0.33 | 0.43 |
| Hex | 93 | 57 | 4A | 0 | 29 | 32 | 2A | B | 21 | 2B |
| Octal | 223 | 127 | 112 | 0 | 51 | 62 | 52 | 13 | 41 | 53 |
| Binary | 10010011 | 1010111 | 1001010 | 0 | 101001 | 110010 | 101010 | 1011 | 100001 | 101011 |
Color Harmonies of #93574A
Complementary color
Monochromatic Colors of #93574A
Black with #93574A
Text Example
Text Example
White with #93574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93574A; }
p { color: rgb(147,87,74); }
H1.HeaderClassName
{
color: #93574A;
}
.AnyTagClassName
{
color: #93574A;
}
</style>
background-color css
<style>
a { background-color: #93574A; }
a { background-color: rgb(147,87,74); }
div.DivClassName
{
background-color: #93574A;
}
.BgClassName
{
background-color: #93574A;
}
</style>
border-color css
<style>
span { border-color: #93574A; }
span { border-color: rgb(147,87,74); }
td.TdClassName
{
border-color: #93574A;
}
.TagClassName
{
border-color: #93574A;
}
</style>