Shades of Copper Rust #955349
Tints of Copper Rust #955349
RGB
CMYK
RGB Variations
Color information
#955349 (or 0x955349) is known color: Copper Rust. HEX triplet: 95, 53 and 49. RGB value is (149,83,73). Sum of RGB (Red+Green+Blue) = 149+83+73=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955349 is #6AACB6. Grayscale: #656565. Windows color (decimal): -6991031 or 4805525. OLE color: 4805525.
HSL color Cylindrical-coordinate representation of color #955349: hue angle of 7.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955349 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 73 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.42 |
| HSL | 7.89º | 0.34% | 0.44% | - |
| HSV(B) | 7.89º | 0.51% | 0.58% | - |
| XYZ | 16.69 | 13.06 | 7.94 | - |
| YUV | 101.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 73 | 0 | 0.44 | 0.51 | 0.42 | 7.89 | 0.34 | 0.44 |
| Hex | 95 | 53 | 49 | 0 | 2C | 33 | 2A | 8 | 22 | 2C |
| Octal | 225 | 123 | 111 | 0 | 54 | 63 | 52 | 10 | 42 | 54 |
| Binary | 10010101 | 1010011 | 1001001 | 0 | 101100 | 110011 | 101010 | 1000 | 100010 | 101100 |
Color Harmonies of #955349
Complementary color
Monochromatic Colors of #955349
Black with #955349
Text Example
Text Example
White with #955349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955349; }
p { color: rgb(149,83,73); }
H1.HeaderClassName
{
color: #955349;
}
.AnyTagClassName
{
color: #955349;
}
</style>
background-color css
<style>
a { background-color: #955349; }
a { background-color: rgb(149,83,73); }
div.DivClassName
{
background-color: #955349;
}
.BgClassName
{
background-color: #955349;
}
</style>
border-color css
<style>
span { border-color: #955349; }
span { border-color: rgb(149,83,73); }
td.TdClassName
{
border-color: #955349;
}
.TagClassName
{
border-color: #955349;
}
</style>