Shades of Copper Rust #93504B
Tints of Copper Rust #93504B
RGB
CMYK
RGB Variations
Color information
#93504B (or 0x93504B) is known color: Copper Rust. HEX triplet: 93, 50 and 4B. RGB value is (147,80,75). Sum of RGB (Red+Green+Blue) = 147+80+75=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #93504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93504B is #6CAFB4. Grayscale: #636363. Windows color (decimal): -7122869 or 4935827. OLE color: 4935827.
HSL color Cylindrical-coordinate representation of color #93504B: hue angle of 4.17º 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 #93504B is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 75 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.42 |
| HSL | 4.17º | 0.32% | 0.44% | - |
| HSV(B) | 4.17º | 0.49% | 0.58% | - |
| XYZ | 16.17 | 12.45 | 8.21 | - |
| YUV | 99.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 75 | 0 | 0.46 | 0.49 | 0.42 | 4.17 | 0.32 | 0.44 |
| Hex | 93 | 50 | 4B | 0 | 2E | 31 | 2A | 4 | 20 | 2C |
| Octal | 223 | 120 | 113 | 0 | 56 | 61 | 52 | 4 | 40 | 54 |
| Binary | 10010011 | 1010000 | 1001011 | 0 | 101110 | 110001 | 101010 | 100 | 100000 | 101100 |
Color Harmonies of #93504B
Complementary color
Monochromatic Colors of #93504B
Black with #93504B
Text Example
Text Example
White with #93504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93504B; }
p { color: rgb(147,80,75); }
H1.HeaderClassName
{
color: #93504B;
}
.AnyTagClassName
{
color: #93504B;
}
</style>
background-color css
<style>
a { background-color: #93504B; }
a { background-color: rgb(147,80,75); }
div.DivClassName
{
background-color: #93504B;
}
.BgClassName
{
background-color: #93504B;
}
</style>
border-color css
<style>
span { border-color: #93504B; }
span { border-color: rgb(147,80,75); }
td.TdClassName
{
border-color: #93504B;
}
.TagClassName
{
border-color: #93504B;
}
</style>