Shades of Copper Rust #95504C
Tints of Copper Rust #95504C
RGB
CMYK
RGB Variations
Color information
#95504C (or 0x95504C) is known color: Copper Rust. HEX triplet: 95, 50 and 4C. RGB value is (149,80,76). Sum of RGB (Red+Green+Blue) = 149+80+76=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95504C is #6AAFB3. Grayscale: #646464. Windows color (decimal): -6991796 or 5001365. OLE color: 5001365.
HSL color Cylindrical-coordinate representation of color #95504C: hue angle of 3.29º 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 #95504C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 76 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.42 |
| HSL | 3.29º | 0.32% | 0.44% | - |
| HSV(B) | 3.29º | 0.49% | 0.58% | - |
| XYZ | 16.57 | 12.65 | 8.41 | - |
| YUV | 100.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 76 | 0 | 0.46 | 0.49 | 0.42 | 3.29 | 0.32 | 0.44 |
| Hex | 95 | 50 | 4C | 0 | 2E | 31 | 2A | 3 | 20 | 2C |
| Octal | 225 | 120 | 114 | 0 | 56 | 61 | 52 | 3 | 40 | 54 |
| Binary | 10010101 | 1010000 | 1001100 | 0 | 101110 | 110001 | 101010 | 11 | 100000 | 101100 |
Color Harmonies of #95504C
Complementary color
Monochromatic Colors of #95504C
Black with #95504C
Text Example
Text Example
White with #95504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95504C; }
p { color: rgb(149,80,76); }
H1.HeaderClassName
{
color: #95504C;
}
.AnyTagClassName
{
color: #95504C;
}
</style>
background-color css
<style>
a { background-color: #95504C; }
a { background-color: rgb(149,80,76); }
div.DivClassName
{
background-color: #95504C;
}
.BgClassName
{
background-color: #95504C;
}
</style>
border-color css
<style>
span { border-color: #95504C; }
span { border-color: rgb(149,80,76); }
td.TdClassName
{
border-color: #95504C;
}
.TagClassName
{
border-color: #95504C;
}
</style>