Shades of Copper Rust #995C4F
Tints of Copper Rust #995C4F
RGB
CMYK
RGB Variations
Color information
#995C4F (or 0x995C4F) is known color: Copper Rust. HEX triplet: 99, 5C and 4F. RGB value is (153,92,79). Sum of RGB (Red+Green+Blue) = 153+92+79=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C4F is #66A3B0. Grayscale: #6C6C6C. Windows color (decimal): -6726577 or 5201049. OLE color: 5201049.
HSL color Cylindrical-coordinate representation of color #995C4F: hue angle of 10.54º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995C4F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 79 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.4 |
| HSL | 10.54º | 0.32% | 0.45% | - |
| HSV(B) | 10.54º | 0.48% | 0.6% | - |
| XYZ | 18.38 | 14.99 | 9.32 | - |
| YUV | 108.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 79 | 0 | 0.40 | 0.48 | 0.4 | 10.54 | 0.32 | 0.45 |
| Hex | 99 | 5C | 4F | 0 | 28 | 30 | 28 | B | 20 | 2D |
| Octal | 231 | 134 | 117 | 0 | 50 | 60 | 50 | 13 | 40 | 55 |
| Binary | 10011001 | 1011100 | 1001111 | 0 | 101000 | 110000 | 101000 | 1011 | 100000 | 101101 |
Color Harmonies of #995C4F
Complementary color
Monochromatic Colors of #995C4F
Black with #995C4F
Text Example
Text Example
White with #995C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C4F; }
p { color: rgb(153,92,79); }
H1.HeaderClassName
{
color: #995C4F;
}
.AnyTagClassName
{
color: #995C4F;
}
</style>
background-color css
<style>
a { background-color: #995C4F; }
a { background-color: rgb(153,92,79); }
div.DivClassName
{
background-color: #995C4F;
}
.BgClassName
{
background-color: #995C4F;
}
</style>
border-color css
<style>
span { border-color: #995C4F; }
span { border-color: rgb(153,92,79); }
td.TdClassName
{
border-color: #995C4F;
}
.TagClassName
{
border-color: #995C4F;
}
</style>