Shades of Copper Rust #95514C
Tints of Copper Rust #95514C
RGB
CMYK
RGB Variations
Color information
#95514C (or 0x95514C) is known color: Copper Rust. HEX triplet: 95, 51 and 4C. RGB value is (149,81,76). Sum of RGB (Red+Green+Blue) = 149+81+76=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95514C is #6AAEB3. Grayscale: #646464. Windows color (decimal): -6991540 or 5001621. OLE color: 5001621.
HSL color Cylindrical-coordinate representation of color #95514C: hue angle of 4.11º 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 #95514C is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 76 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.42 |
| HSL | 4.11º | 0.32% | 0.44% | - |
| HSV(B) | 4.11º | 0.49% | 0.58% | - |
| XYZ | 16.64 | 12.8 | 8.43 | - |
| YUV | 100.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 76 | 0 | 0.46 | 0.49 | 0.42 | 4.11 | 0.32 | 0.44 |
| Hex | 95 | 51 | 4C | 0 | 2E | 31 | 2A | 4 | 20 | 2C |
| Octal | 225 | 121 | 114 | 0 | 56 | 61 | 52 | 4 | 40 | 54 |
| Binary | 10010101 | 1010001 | 1001100 | 0 | 101110 | 110001 | 101010 | 100 | 100000 | 101100 |
Color Harmonies of #95514C
Complementary color
Monochromatic Colors of #95514C
Black with #95514C
Text Example
Text Example
White with #95514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95514C; }
p { color: rgb(149,81,76); }
H1.HeaderClassName
{
color: #95514C;
}
.AnyTagClassName
{
color: #95514C;
}
</style>
background-color css
<style>
a { background-color: #95514C; }
a { background-color: rgb(149,81,76); }
div.DivClassName
{
background-color: #95514C;
}
.BgClassName
{
background-color: #95514C;
}
</style>
border-color css
<style>
span { border-color: #95514C; }
span { border-color: rgb(149,81,76); }
td.TdClassName
{
border-color: #95514C;
}
.TagClassName
{
border-color: #95514C;
}
</style>