Shades of Copper Rust #93574B
Tints of Copper Rust #93574B
RGB
CMYK
RGB Variations
Color information
#93574B (or 0x93574B) is known color: Copper Rust. HEX triplet: 93, 57 and 4B. RGB value is (147,87,75). Sum of RGB (Red+Green+Blue) = 147+87+75=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93574B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93574B is #6CA8B4. Grayscale: #676767. Windows color (decimal): -7121077 or 4937619. OLE color: 4937619.
HSL color Cylindrical-coordinate representation of color #93574B: hue angle of 10º 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 #93574B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 75 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.42 |
| HSL | 10º | 0.32% | 0.44% | - |
| HSV(B) | 10º | 0.49% | 0.58% | - |
| XYZ | 16.71 | 13.53 | 8.39 | - |
| YUV | 103.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 75 | 0 | 0.41 | 0.49 | 0.42 | 10 | 0.32 | 0.44 |
| Hex | 93 | 57 | 4B | 0 | 29 | 31 | 2A | A | 20 | 2C |
| Octal | 223 | 127 | 113 | 0 | 51 | 61 | 52 | 12 | 40 | 54 |
| Binary | 10010011 | 1010111 | 1001011 | 0 | 101001 | 110001 | 101010 | 1010 | 100000 | 101100 |
Color Harmonies of #93574B
Complementary color
Monochromatic Colors of #93574B
Black with #93574B
Text Example
Text Example
White with #93574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93574B; }
p { color: rgb(147,87,75); }
H1.HeaderClassName
{
color: #93574B;
}
.AnyTagClassName
{
color: #93574B;
}
</style>
background-color css
<style>
a { background-color: #93574B; }
a { background-color: rgb(147,87,75); }
div.DivClassName
{
background-color: #93574B;
}
.BgClassName
{
background-color: #93574B;
}
</style>
border-color css
<style>
span { border-color: #93574B; }
span { border-color: rgb(147,87,75); }
td.TdClassName
{
border-color: #93574B;
}
.TagClassName
{
border-color: #93574B;
}
</style>