Shades of Copper Rust #965348
Tints of Copper Rust #965348
RGB
CMYK
RGB Variations
Color information
#965348 (or 0x965348) is known color: Copper Rust. HEX triplet: 96, 53 and 48. RGB value is (150,83,72). Sum of RGB (Red+Green+Blue) = 150+83+72=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965348 is #69ACB7. Grayscale: #656565. Windows color (decimal): -6925496 or 4739990. OLE color: 4739990.
HSL color Cylindrical-coordinate representation of color #965348: hue angle of 8.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965348 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 72 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.41 |
| HSL | 8.46º | 0.35% | 0.44% | - |
| HSV(B) | 8.46º | 0.52% | 0.59% | - |
| XYZ | 16.84 | 13.14 | 7.78 | - |
| YUV | 101.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 72 | 0 | 0.45 | 0.52 | 0.41 | 8.46 | 0.35 | 0.44 |
| Hex | 96 | 53 | 48 | 0 | 2D | 34 | 29 | 8 | 23 | 2C |
| Octal | 226 | 123 | 110 | 0 | 55 | 64 | 51 | 10 | 43 | 54 |
| Binary | 10010110 | 1010011 | 1001000 | 0 | 101101 | 110100 | 101001 | 1000 | 100011 | 101100 |
Color Harmonies of #965348
Complementary color
Monochromatic Colors of #965348
Black with #965348
Text Example
Text Example
White with #965348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965348; }
p { color: rgb(150,83,72); }
H1.HeaderClassName
{
color: #965348;
}
.AnyTagClassName
{
color: #965348;
}
</style>
background-color css
<style>
a { background-color: #965348; }
a { background-color: rgb(150,83,72); }
div.DivClassName
{
background-color: #965348;
}
.BgClassName
{
background-color: #965348;
}
</style>
border-color css
<style>
span { border-color: #965348; }
span { border-color: rgb(150,83,72); }
td.TdClassName
{
border-color: #965348;
}
.TagClassName
{
border-color: #965348;
}
</style>