Shades of Copper Rust #95594C
Tints of Copper Rust #95594C
RGB
CMYK
RGB Variations
Color information
#95594C (or 0x95594C) is known color: Copper Rust. HEX triplet: 95, 59 and 4C. RGB value is (149,89,76). Sum of RGB (Red+Green+Blue) = 149+89+76=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95594C is #6AA6B3. Grayscale: #696969. Windows color (decimal): -6989492 or 5003669. OLE color: 5003669.
HSL color Cylindrical-coordinate representation of color #95594C: hue angle of 10.68º 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 #95594C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 76 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.42 |
| HSL | 10.68º | 0.32% | 0.44% | - |
| HSV(B) | 10.68º | 0.49% | 0.58% | - |
| XYZ | 17.27 | 14.06 | 8.64 | - |
| YUV | 105.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 76 | 0 | 0.40 | 0.49 | 0.42 | 10.68 | 0.32 | 0.44 |
| Hex | 95 | 59 | 4C | 0 | 28 | 31 | 2A | B | 20 | 2C |
| Octal | 225 | 131 | 114 | 0 | 50 | 61 | 52 | 13 | 40 | 54 |
| Binary | 10010101 | 1011001 | 1001100 | 0 | 101000 | 110001 | 101010 | 1011 | 100000 | 101100 |
Color Harmonies of #95594C
Complementary color
Monochromatic Colors of #95594C
Black with #95594C
Text Example
Text Example
White with #95594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95594C; }
p { color: rgb(149,89,76); }
H1.HeaderClassName
{
color: #95594C;
}
.AnyTagClassName
{
color: #95594C;
}
</style>
background-color css
<style>
a { background-color: #95594C; }
a { background-color: rgb(149,89,76); }
div.DivClassName
{
background-color: #95594C;
}
.BgClassName
{
background-color: #95594C;
}
</style>
border-color css
<style>
span { border-color: #95594C; }
span { border-color: rgb(149,89,76); }
td.TdClassName
{
border-color: #95594C;
}
.TagClassName
{
border-color: #95594C;
}
</style>