Shades of Copper Rust #954D4C
Tints of Copper Rust #954D4C
RGB
CMYK
RGB Variations
Color information
#954D4C (or 0x954D4C) is known color: Copper Rust. HEX triplet: 95, 4D and 4C. RGB value is (149,77,76). Sum of RGB (Red+Green+Blue) = 149+77+76=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D4C is #6AB2B3. Grayscale: #626262. Windows color (decimal): -6992564 or 5000597. OLE color: 5000597.
HSL color Cylindrical-coordinate representation of color #954D4C: hue angle of 0.82º 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 #954D4C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 76 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.42 |
| HSL | 0.82º | 0.32% | 0.44% | - |
| HSV(B) | 0.82º | 0.49% | 0.58% | - |
| XYZ | 16.35 | 12.22 | 8.33 | - |
| YUV | 98.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 76 | 0 | 0.48 | 0.49 | 0.42 | 0.82 | 0.32 | 0.44 |
| Hex | 95 | 4D | 4C | 0 | 30 | 31 | 2A | 1 | 20 | 2C |
| Octal | 225 | 115 | 114 | 0 | 60 | 61 | 52 | 1 | 40 | 54 |
| Binary | 10010101 | 1001101 | 1001100 | 0 | 110000 | 110001 | 101010 | 1 | 100000 | 101100 |
Color Harmonies of #954D4C
Complementary color
Monochromatic Colors of #954D4C
Black with #954D4C
Text Example
Text Example
White with #954D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D4C; }
p { color: rgb(149,77,76); }
H1.HeaderClassName
{
color: #954D4C;
}
.AnyTagClassName
{
color: #954D4C;
}
</style>
background-color css
<style>
a { background-color: #954D4C; }
a { background-color: rgb(149,77,76); }
div.DivClassName
{
background-color: #954D4C;
}
.BgClassName
{
background-color: #954D4C;
}
</style>
border-color css
<style>
span { border-color: #954D4C; }
span { border-color: rgb(149,77,76); }
td.TdClassName
{
border-color: #954D4C;
}
.TagClassName
{
border-color: #954D4C;
}
</style>