Shades of Copper Rust #95574C
Tints of Copper Rust #95574C
RGB
CMYK
RGB Variations
Color information
#95574C (or 0x95574C) is known color: Copper Rust. HEX triplet: 95, 57 and 4C. RGB value is (149,87,76). Sum of RGB (Red+Green+Blue) = 149+87+76=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95574C is #6AA8B3. Grayscale: #686868. Windows color (decimal): -6990004 or 5003157. OLE color: 5003157.
HSL color Cylindrical-coordinate representation of color #95574C: hue angle of 9.04º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95574C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 76 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.42 |
| HSL | 9.04º | 0.32% | 0.44% | - |
| HSV(B) | 9.04º | 0.49% | 0.58% | - |
| XYZ | 17.11 | 13.73 | 8.59 | - |
| YUV | 104.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 76 | 0 | 0.42 | 0.49 | 0.42 | 9.04 | 0.32 | 0.44 |
| Hex | 95 | 57 | 4C | 0 | 2A | 31 | 2A | 9 | 20 | 2C |
| Octal | 225 | 127 | 114 | 0 | 52 | 61 | 52 | 11 | 40 | 54 |
| Binary | 10010101 | 1010111 | 1001100 | 0 | 101010 | 110001 | 101010 | 1001 | 100000 | 101100 |
Color Harmonies of #95574C
Complementary color
Monochromatic Colors of #95574C
Black with #95574C
Text Example
Text Example
White with #95574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95574C; }
p { color: rgb(149,87,76); }
H1.HeaderClassName
{
color: #95574C;
}
.AnyTagClassName
{
color: #95574C;
}
</style>
background-color css
<style>
a { background-color: #95574C; }
a { background-color: rgb(149,87,76); }
div.DivClassName
{
background-color: #95574C;
}
.BgClassName
{
background-color: #95574C;
}
</style>
border-color css
<style>
span { border-color: #95574C; }
span { border-color: rgb(149,87,76); }
td.TdClassName
{
border-color: #95574C;
}
.TagClassName
{
border-color: #95574C;
}
</style>