Shades of Copper Rust #955249
Tints of Copper Rust #955249
RGB
CMYK
RGB Variations
Color information
#955249 (or 0x955249) is known color: Copper Rust. HEX triplet: 95, 52 and 49. RGB value is (149,82,73). Sum of RGB (Red+Green+Blue) = 149+82+73=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955249 is #6AADB6. Grayscale: #656565. Windows color (decimal): -6991287 or 4805269. OLE color: 4805269.
HSL color Cylindrical-coordinate representation of color #955249: hue angle of 7.11º 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 #955249 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 73 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.42 |
| HSL | 7.11º | 0.34% | 0.44% | - |
| HSV(B) | 7.11º | 0.51% | 0.58% | - |
| XYZ | 16.61 | 12.91 | 7.92 | - |
| YUV | 101.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 73 | 0 | 0.45 | 0.51 | 0.42 | 7.11 | 0.34 | 0.44 |
| Hex | 95 | 52 | 49 | 0 | 2D | 33 | 2A | 7 | 22 | 2C |
| Octal | 225 | 122 | 111 | 0 | 55 | 63 | 52 | 7 | 42 | 54 |
| Binary | 10010101 | 1010010 | 1001001 | 0 | 101101 | 110011 | 101010 | 111 | 100010 | 101100 |
Color Harmonies of #955249
Complementary color
Monochromatic Colors of #955249
Black with #955249
Text Example
Text Example
White with #955249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955249; }
p { color: rgb(149,82,73); }
H1.HeaderClassName
{
color: #955249;
}
.AnyTagClassName
{
color: #955249;
}
</style>
background-color css
<style>
a { background-color: #955249; }
a { background-color: rgb(149,82,73); }
div.DivClassName
{
background-color: #955249;
}
.BgClassName
{
background-color: #955249;
}
</style>
border-color css
<style>
span { border-color: #955249; }
span { border-color: rgb(149,82,73); }
td.TdClassName
{
border-color: #955249;
}
.TagClassName
{
border-color: #955249;
}
</style>