Shades of Copper Rust #965852
Tints of Copper Rust #965852
RGB
CMYK
RGB Variations
Color information
#965852 (or 0x965852) is known color: Copper Rust. HEX triplet: 96, 58 and 52. RGB value is (150,88,82). Sum of RGB (Red+Green+Blue) = 150+88+82=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #965852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965852 is #69A7AD. Grayscale: #696969. Windows color (decimal): -6924206 or 5396630. OLE color: 5396630.
HSL color Cylindrical-coordinate representation of color #965852: hue angle of 5.29º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965852 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 82 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.41 |
| HSL | 5.29º | 0.29% | 0.45% | - |
| HSV(B) | 5.29º | 0.45% | 0.59% | - |
| XYZ | 17.59 | 14.07 | 9.77 | - |
| YUV | 105.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 82 | 0 | 0.41 | 0.45 | 0.41 | 5.29 | 0.29 | 0.45 |
| Hex | 96 | 58 | 52 | 0 | 29 | 2D | 29 | 5 | 1D | 2D |
| Octal | 226 | 130 | 122 | 0 | 51 | 55 | 51 | 5 | 35 | 55 |
| Binary | 10010110 | 1011000 | 1010010 | 0 | 101001 | 101101 | 101001 | 101 | 11101 | 101101 |
Color Harmonies of #965852
Complementary color
Monochromatic Colors of #965852
Black with #965852
Text Example
Text Example
White with #965852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965852; }
p { color: rgb(150,88,82); }
H1.HeaderClassName
{
color: #965852;
}
.AnyTagClassName
{
color: #965852;
}
</style>
background-color css
<style>
a { background-color: #965852; }
a { background-color: rgb(150,88,82); }
div.DivClassName
{
background-color: #965852;
}
.BgClassName
{
background-color: #965852;
}
</style>
border-color css
<style>
span { border-color: #965852; }
span { border-color: rgb(150,88,82); }
td.TdClassName
{
border-color: #965852;
}
.TagClassName
{
border-color: #965852;
}
</style>