Shades of Copper Rust #935248
Tints of Copper Rust #935248
RGB
CMYK
RGB Variations
Color information
#935248 (or 0x935248) is known color: Copper Rust. HEX triplet: 93, 52 and 48. RGB value is (147,82,72). Sum of RGB (Red+Green+Blue) = 147+82+72=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #935248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935248 is #6CADB7. Grayscale: #646464. Windows color (decimal): -7122360 or 4739731. OLE color: 4739731.
HSL color Cylindrical-coordinate representation of color #935248: hue angle of 8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935248 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 72 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.42 |
| HSL | 8º | 0.34% | 0.43% | - |
| HSV(B) | 8º | 0.51% | 0.58% | - |
| XYZ | 16.22 | 12.71 | 7.73 | - |
| YUV | 100.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 72 | 0 | 0.44 | 0.51 | 0.42 | 8 | 0.34 | 0.43 |
| Hex | 93 | 52 | 48 | 0 | 2C | 33 | 2A | 8 | 22 | 2B |
| Octal | 223 | 122 | 110 | 0 | 54 | 63 | 52 | 10 | 42 | 53 |
| Binary | 10010011 | 1010010 | 1001000 | 0 | 101100 | 110011 | 101010 | 1000 | 100010 | 101011 |
Color Harmonies of #935248
Complementary color
Monochromatic Colors of #935248
Black with #935248
Text Example
Text Example
White with #935248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935248; }
p { color: rgb(147,82,72); }
H1.HeaderClassName
{
color: #935248;
}
.AnyTagClassName
{
color: #935248;
}
</style>
background-color css
<style>
a { background-color: #935248; }
a { background-color: rgb(147,82,72); }
div.DivClassName
{
background-color: #935248;
}
.BgClassName
{
background-color: #935248;
}
</style>
border-color css
<style>
span { border-color: #935248; }
span { border-color: rgb(147,82,72); }
td.TdClassName
{
border-color: #935248;
}
.TagClassName
{
border-color: #935248;
}
</style>