Shades of Copper Rust #995348
Tints of Copper Rust #995348
RGB
CMYK
RGB Variations
Color information
#995348 (or 0x995348) is known color: Copper Rust. HEX triplet: 99, 53 and 48. RGB value is (153,83,72). Sum of RGB (Red+Green+Blue) = 153+83+72=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #995348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995348 is #66ACB7. Grayscale: #666666. Windows color (decimal): -6728888 or 4739993. OLE color: 4739993.
HSL color Cylindrical-coordinate representation of color #995348: hue angle of 8.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995348 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 72 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.4 |
| HSL | 8.15º | 0.36% | 0.44% | - |
| HSV(B) | 8.15º | 0.53% | 0.6% | - |
| XYZ | 17.4 | 13.43 | 7.81 | - |
| YUV | 102.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 72 | 0 | 0.46 | 0.53 | 0.4 | 8.15 | 0.36 | 0.44 |
| Hex | 99 | 53 | 48 | 0 | 2E | 35 | 28 | 8 | 24 | 2C |
| Octal | 231 | 123 | 110 | 0 | 56 | 65 | 50 | 10 | 44 | 54 |
| Binary | 10011001 | 1010011 | 1001000 | 0 | 101110 | 110101 | 101000 | 1000 | 100100 | 101100 |
Color Harmonies of #995348
Complementary color
Monochromatic Colors of #995348
Black with #995348
Text Example
Text Example
White with #995348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995348; }
p { color: rgb(153,83,72); }
H1.HeaderClassName
{
color: #995348;
}
.AnyTagClassName
{
color: #995348;
}
</style>
background-color css
<style>
a { background-color: #995348; }
a { background-color: rgb(153,83,72); }
div.DivClassName
{
background-color: #995348;
}
.BgClassName
{
background-color: #995348;
}
</style>
border-color css
<style>
span { border-color: #995348; }
span { border-color: rgb(153,83,72); }
td.TdClassName
{
border-color: #995348;
}
.TagClassName
{
border-color: #995348;
}
</style>