Shades of Copper Rust #95524A
Tints of Copper Rust #95524A
RGB
CMYK
RGB Variations
Color information
#95524A (or 0x95524A) is known color: Copper Rust. HEX triplet: 95, 52 and 4A. RGB value is (149,82,74). Sum of RGB (Red+Green+Blue) = 149+82+74=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95524A is #6AADB5. Grayscale: #656565. Windows color (decimal): -6991286 or 4870805. OLE color: 4870805.
HSL color Cylindrical-coordinate representation of color #95524A: hue angle of 6.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95524A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 74 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.42 |
| HSL | 6.4º | 0.34% | 0.44% | - |
| HSV(B) | 6.4º | 0.5% | 0.58% | - |
| XYZ | 16.65 | 12.92 | 8.09 | - |
| YUV | 101.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 74 | 0 | 0.45 | 0.50 | 0.42 | 6.4 | 0.34 | 0.44 |
| Hex | 95 | 52 | 4A | 0 | 2D | 32 | 2A | 6 | 22 | 2C |
| Octal | 225 | 122 | 112 | 0 | 55 | 62 | 52 | 6 | 42 | 54 |
| Binary | 10010101 | 1010010 | 1001010 | 0 | 101101 | 110010 | 101010 | 110 | 100010 | 101100 |
Color Harmonies of #95524A
Complementary color
Monochromatic Colors of #95524A
Black with #95524A
Text Example
Text Example
White with #95524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95524A; }
p { color: rgb(149,82,74); }
H1.HeaderClassName
{
color: #95524A;
}
.AnyTagClassName
{
color: #95524A;
}
</style>
background-color css
<style>
a { background-color: #95524A; }
a { background-color: rgb(149,82,74); }
div.DivClassName
{
background-color: #95524A;
}
.BgClassName
{
background-color: #95524A;
}
</style>
border-color css
<style>
span { border-color: #95524A; }
span { border-color: rgb(149,82,74); }
td.TdClassName
{
border-color: #95524A;
}
.TagClassName
{
border-color: #95524A;
}
</style>