Shades of Copper Rust #955752
Tints of Copper Rust #955752
RGB
CMYK
RGB Variations
Color information
#955752 (or 0x955752) is known color: Copper Rust. HEX triplet: 95, 57 and 52. RGB value is (149,87,82). Sum of RGB (Red+Green+Blue) = 149+87+82=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955752 is #6AA8AD. Grayscale: #696969. Windows color (decimal): -6989998 or 5396373. OLE color: 5396373.
HSL color Cylindrical-coordinate representation of color #955752: hue angle of 4.48º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955752 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 82 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.42 |
| HSL | 4.48º | 0.29% | 0.45% | - |
| HSV(B) | 4.48º | 0.45% | 0.58% | - |
| XYZ | 17.33 | 13.82 | 9.74 | - |
| YUV | 104.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 82 | 0 | 0.42 | 0.45 | 0.42 | 4.48 | 0.29 | 0.45 |
| Hex | 95 | 57 | 52 | 0 | 2A | 2D | 2A | 4 | 1D | 2D |
| Octal | 225 | 127 | 122 | 0 | 52 | 55 | 52 | 4 | 35 | 55 |
| Binary | 10010101 | 1010111 | 1010010 | 0 | 101010 | 101101 | 101010 | 100 | 11101 | 101101 |
Color Harmonies of #955752
Complementary color
Monochromatic Colors of #955752
Black with #955752
Text Example
Text Example
White with #955752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955752; }
p { color: rgb(149,87,82); }
H1.HeaderClassName
{
color: #955752;
}
.AnyTagClassName
{
color: #955752;
}
</style>
background-color css
<style>
a { background-color: #955752; }
a { background-color: rgb(149,87,82); }
div.DivClassName
{
background-color: #955752;
}
.BgClassName
{
background-color: #955752;
}
</style>
border-color css
<style>
span { border-color: #955752; }
span { border-color: rgb(149,87,82); }
td.TdClassName
{
border-color: #955752;
}
.TagClassName
{
border-color: #955752;
}
</style>