Shades of Copper Rust #955548
Tints of Copper Rust #955548
RGB
CMYK
RGB Variations
Color information
#955548 (or 0x955548) is known color: Copper Rust. HEX triplet: 95, 55 and 48. RGB value is (149,85,72). Sum of RGB (Red+Green+Blue) = 149+85+72=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #955548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955548 is #6AAAB7. Grayscale: #666666. Windows color (decimal): -6990520 or 4740501. OLE color: 4740501.
HSL color Cylindrical-coordinate representation of color #955548: hue angle of 10.13º 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 #955548 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 72 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.42 |
| HSL | 10.13º | 0.35% | 0.43% | - |
| HSV(B) | 10.13º | 0.52% | 0.58% | - |
| XYZ | 16.81 | 13.35 | 7.82 | - |
| YUV | 102.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 72 | 0 | 0.43 | 0.52 | 0.42 | 10.13 | 0.35 | 0.43 |
| Hex | 95 | 55 | 48 | 0 | 2B | 34 | 2A | A | 23 | 2B |
| Octal | 225 | 125 | 110 | 0 | 53 | 64 | 52 | 12 | 43 | 53 |
| Binary | 10010101 | 1010101 | 1001000 | 0 | 101011 | 110100 | 101010 | 1010 | 100011 | 101011 |
Color Harmonies of #955548
Complementary color
Monochromatic Colors of #955548
Black with #955548
Text Example
Text Example
White with #955548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955548; }
p { color: rgb(149,85,72); }
H1.HeaderClassName
{
color: #955548;
}
.AnyTagClassName
{
color: #955548;
}
</style>
background-color css
<style>
a { background-color: #955548; }
a { background-color: rgb(149,85,72); }
div.DivClassName
{
background-color: #955548;
}
.BgClassName
{
background-color: #955548;
}
</style>
border-color css
<style>
span { border-color: #955548; }
span { border-color: rgb(149,85,72); }
td.TdClassName
{
border-color: #955548;
}
.TagClassName
{
border-color: #955548;
}
</style>