Shades of Copper Rust #95524E
Tints of Copper Rust #95524E
RGB
CMYK
RGB Variations
Color information
#95524E (or 0x95524E) is known color: Copper Rust. HEX triplet: 95, 52 and 4E. RGB value is (149,82,78). Sum of RGB (Red+Green+Blue) = 149+82+78=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95524E is #6AADB1. Grayscale: #656565. Windows color (decimal): -6991282 or 5132949. OLE color: 5132949.
HSL color Cylindrical-coordinate representation of color #95524E: hue angle of 3.38º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95524E is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 78 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.42 |
| HSL | 3.38º | 0.31% | 0.45% | - |
| HSV(B) | 3.38º | 0.48% | 0.58% | - |
| XYZ | 16.79 | 12.97 | 8.83 | - |
| YUV | 101.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 78 | 0 | 0.45 | 0.48 | 0.42 | 3.38 | 0.31 | 0.45 |
| Hex | 95 | 52 | 4E | 0 | 2D | 30 | 2A | 3 | 1F | 2D |
| Octal | 225 | 122 | 116 | 0 | 55 | 60 | 52 | 3 | 37 | 55 |
| Binary | 10010101 | 1010010 | 1001110 | 0 | 101101 | 110000 | 101010 | 11 | 11111 | 101101 |
Color Harmonies of #95524E
Complementary color
Monochromatic Colors of #95524E
Black with #95524E
Text Example
Text Example
White with #95524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95524E; }
p { color: rgb(149,82,78); }
H1.HeaderClassName
{
color: #95524E;
}
.AnyTagClassName
{
color: #95524E;
}
</style>
background-color css
<style>
a { background-color: #95524E; }
a { background-color: rgb(149,82,78); }
div.DivClassName
{
background-color: #95524E;
}
.BgClassName
{
background-color: #95524E;
}
</style>
border-color css
<style>
span { border-color: #95524E; }
span { border-color: rgb(149,82,78); }
td.TdClassName
{
border-color: #95524E;
}
.TagClassName
{
border-color: #95524E;
}
</style>