Shades of Copper Rust #975B50
Tints of Copper Rust #975B50
RGB
CMYK
RGB Variations
Color information
#975B50 (or 0x975B50) is known color: Copper Rust. HEX triplet: 97, 5B and 50. RGB value is (151,91,80). Sum of RGB (Red+Green+Blue) = 151+91+80=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #975B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B50 is #68A4AF. Grayscale: #6B6B6B. Windows color (decimal): -6857904 or 5266327. OLE color: 5266327.
HSL color Cylindrical-coordinate representation of color #975B50: hue angle of 9.3º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975B50 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 80 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.41 |
| HSL | 9.3º | 0.31% | 0.45% | - |
| HSV(B) | 9.3º | 0.47% | 0.59% | - |
| XYZ | 17.95 | 14.64 | 9.47 | - |
| YUV | 107.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 80 | 0 | 0.40 | 0.47 | 0.41 | 9.3 | 0.31 | 0.45 |
| Hex | 97 | 5B | 50 | 0 | 28 | 2F | 29 | 9 | 1F | 2D |
| Octal | 227 | 133 | 120 | 0 | 50 | 57 | 51 | 11 | 37 | 55 |
| Binary | 10010111 | 1011011 | 1010000 | 0 | 101000 | 101111 | 101001 | 1001 | 11111 | 101101 |
Color Harmonies of #975B50
Complementary color
Monochromatic Colors of #975B50
Black with #975B50
Text Example
Text Example
White with #975B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B50; }
p { color: rgb(151,91,80); }
H1.HeaderClassName
{
color: #975B50;
}
.AnyTagClassName
{
color: #975B50;
}
</style>
background-color css
<style>
a { background-color: #975B50; }
a { background-color: rgb(151,91,80); }
div.DivClassName
{
background-color: #975B50;
}
.BgClassName
{
background-color: #975B50;
}
</style>
border-color css
<style>
span { border-color: #975B50; }
span { border-color: rgb(151,91,80); }
td.TdClassName
{
border-color: #975B50;
}
.TagClassName
{
border-color: #975B50;
}
</style>