Shades of Copper Rust #954F4A
Tints of Copper Rust #954F4A
RGB
CMYK
RGB Variations
Color information
#954F4A (or 0x954F4A) is known color: Copper Rust. HEX triplet: 95, 4F and 4A. RGB value is (149,79,74). Sum of RGB (Red+Green+Blue) = 149+79+74=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F4A is #6AB0B5. Grayscale: #636363. Windows color (decimal): -6992054 or 4870037. OLE color: 4870037.
HSL color Cylindrical-coordinate representation of color #954F4A: hue angle of 4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954F4A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 74 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.42 |
| HSL | 4º | 0.34% | 0.44% | - |
| HSV(B) | 4º | 0.5% | 0.58% | - |
| XYZ | 16.43 | 12.48 | 8.02 | - |
| YUV | 99.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 74 | 0 | 0.47 | 0.50 | 0.42 | 4 | 0.34 | 0.44 |
| Hex | 95 | 4F | 4A | 0 | 2F | 32 | 2A | 4 | 22 | 2C |
| Octal | 225 | 117 | 112 | 0 | 57 | 62 | 52 | 4 | 42 | 54 |
| Binary | 10010101 | 1001111 | 1001010 | 0 | 101111 | 110010 | 101010 | 100 | 100010 | 101100 |
Color Harmonies of #954F4A
Complementary color
Monochromatic Colors of #954F4A
Black with #954F4A
Text Example
Text Example
White with #954F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F4A; }
p { color: rgb(149,79,74); }
H1.HeaderClassName
{
color: #954F4A;
}
.AnyTagClassName
{
color: #954F4A;
}
</style>
background-color css
<style>
a { background-color: #954F4A; }
a { background-color: rgb(149,79,74); }
div.DivClassName
{
background-color: #954F4A;
}
.BgClassName
{
background-color: #954F4A;
}
</style>
border-color css
<style>
span { border-color: #954F4A; }
span { border-color: rgb(149,79,74); }
td.TdClassName
{
border-color: #954F4A;
}
.TagClassName
{
border-color: #954F4A;
}
</style>