Shades of Copper Rust #955448
Tints of Copper Rust #955448
RGB
CMYK
RGB Variations
Color information
#955448 (or 0x955448) is known color: Copper Rust. HEX triplet: 95, 54 and 48. RGB value is (149,84,72). Sum of RGB (Red+Green+Blue) = 149+84+72=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955448 is #6AABB7. Grayscale: #666666. Windows color (decimal): -6990776 or 4740245. OLE color: 4740245.
HSL color Cylindrical-coordinate representation of color #955448: hue angle of 9.35º 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 #955448 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 72 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.42 |
| HSL | 9.35º | 0.35% | 0.43% | - |
| HSV(B) | 9.35º | 0.52% | 0.58% | - |
| XYZ | 16.73 | 13.2 | 7.8 | - |
| YUV | 102.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 72 | 0 | 0.44 | 0.52 | 0.42 | 9.35 | 0.35 | 0.43 |
| Hex | 95 | 54 | 48 | 0 | 2C | 34 | 2A | 9 | 23 | 2B |
| Octal | 225 | 124 | 110 | 0 | 54 | 64 | 52 | 11 | 43 | 53 |
| Binary | 10010101 | 1010100 | 1001000 | 0 | 101100 | 110100 | 101010 | 1001 | 100011 | 101011 |
Color Harmonies of #955448
Complementary color
Monochromatic Colors of #955448
Black with #955448
Text Example
Text Example
White with #955448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955448; }
p { color: rgb(149,84,72); }
H1.HeaderClassName
{
color: #955448;
}
.AnyTagClassName
{
color: #955448;
}
</style>
background-color css
<style>
a { background-color: #955448; }
a { background-color: rgb(149,84,72); }
div.DivClassName
{
background-color: #955448;
}
.BgClassName
{
background-color: #955448;
}
</style>
border-color css
<style>
span { border-color: #955448; }
span { border-color: rgb(149,84,72); }
td.TdClassName
{
border-color: #955448;
}
.TagClassName
{
border-color: #955448;
}
</style>