Shades of Copper Rust #975048
Tints of Copper Rust #975048
RGB
CMYK
RGB Variations
Color information
#975048 (or 0x975048) is known color: Copper Rust. HEX triplet: 97, 50 and 48. RGB value is (151,80,72). Sum of RGB (Red+Green+Blue) = 151+80+72=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #975048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975048 is #68AFB7. Grayscale: #646464. Windows color (decimal): -6860728 or 4739223. OLE color: 4739223.
HSL color Cylindrical-coordinate representation of color #975048: hue angle of 6.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975048 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 72 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.41 |
| HSL | 6.08º | 0.35% | 0.44% | - |
| HSV(B) | 6.08º | 0.52% | 0.59% | - |
| XYZ | 16.8 | 12.78 | 7.71 | - |
| YUV | 100.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 72 | 0 | 0.47 | 0.52 | 0.41 | 6.08 | 0.35 | 0.44 |
| Hex | 97 | 50 | 48 | 0 | 2F | 34 | 29 | 6 | 23 | 2C |
| Octal | 227 | 120 | 110 | 0 | 57 | 64 | 51 | 6 | 43 | 54 |
| Binary | 10010111 | 1010000 | 1001000 | 0 | 101111 | 110100 | 101001 | 110 | 100011 | 101100 |
Color Harmonies of #975048
Complementary color
Monochromatic Colors of #975048
Black with #975048
Text Example
Text Example
White with #975048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975048; }
p { color: rgb(151,80,72); }
H1.HeaderClassName
{
color: #975048;
}
.AnyTagClassName
{
color: #975048;
}
</style>
background-color css
<style>
a { background-color: #975048; }
a { background-color: rgb(151,80,72); }
div.DivClassName
{
background-color: #975048;
}
.BgClassName
{
background-color: #975048;
}
</style>
border-color css
<style>
span { border-color: #975048; }
span { border-color: rgb(151,80,72); }
td.TdClassName
{
border-color: #975048;
}
.TagClassName
{
border-color: #975048;
}
</style>