Shades of Copper Rust #955348
Tints of Copper Rust #955348
RGB
CMYK
RGB Variations
Color information
#955348 (or 0x955348) is known color: Copper Rust. HEX triplet: 95, 53 and 48. RGB value is (149,83,72). Sum of RGB (Red+Green+Blue) = 149+83+72=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955348 is #6AACB7. Grayscale: #656565. Windows color (decimal): -6991032 or 4739989. OLE color: 4739989.
HSL color Cylindrical-coordinate representation of color #955348: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955348 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 72 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.42 |
| HSL | 8.57º | 0.35% | 0.43% | - |
| HSV(B) | 8.57º | 0.52% | 0.58% | - |
| XYZ | 16.66 | 13.04 | 7.77 | - |
| YUV | 101.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 72 | 0 | 0.44 | 0.52 | 0.42 | 8.57 | 0.35 | 0.43 |
| Hex | 95 | 53 | 48 | 0 | 2C | 34 | 2A | 9 | 23 | 2B |
| Octal | 225 | 123 | 110 | 0 | 54 | 64 | 52 | 11 | 43 | 53 |
| Binary | 10010101 | 1010011 | 1001000 | 0 | 101100 | 110100 | 101010 | 1001 | 100011 | 101011 |
Color Harmonies of #955348
Complementary color
Monochromatic Colors of #955348
Black with #955348
Text Example
Text Example
White with #955348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955348; }
p { color: rgb(149,83,72); }
H1.HeaderClassName
{
color: #955348;
}
.AnyTagClassName
{
color: #955348;
}
</style>
background-color css
<style>
a { background-color: #955348; }
a { background-color: rgb(149,83,72); }
div.DivClassName
{
background-color: #955348;
}
.BgClassName
{
background-color: #955348;
}
</style>
border-color css
<style>
span { border-color: #955348; }
span { border-color: rgb(149,83,72); }
td.TdClassName
{
border-color: #955348;
}
.TagClassName
{
border-color: #955348;
}
</style>