Shades of Copper Rust #995344
Tints of Copper Rust #995344
RGB
CMYK
RGB Variations
Color information
#995344 (or 0x995344) is known color: Copper Rust. HEX triplet: 99, 53 and 44. RGB value is (153,83,68). Sum of RGB (Red+Green+Blue) = 153+83+68=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995344 is #66ACBB. Grayscale: #666666. Windows color (decimal): -6728892 or 4477849. OLE color: 4477849.
HSL color Cylindrical-coordinate representation of color #995344: hue angle of 10.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995344 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 68 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.4 |
| HSL | 10.59º | 0.38% | 0.43% | - |
| HSV(B) | 10.59º | 0.56% | 0.6% | - |
| XYZ | 17.27 | 13.38 | 7.14 | - |
| YUV | 102.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 68 | 0 | 0.46 | 0.56 | 0.4 | 10.59 | 0.38 | 0.43 |
| Hex | 99 | 53 | 44 | 0 | 2E | 38 | 28 | B | 26 | 2B |
| Octal | 231 | 123 | 104 | 0 | 56 | 70 | 50 | 13 | 46 | 53 |
| Binary | 10011001 | 1010011 | 1000100 | 0 | 101110 | 111000 | 101000 | 1011 | 100110 | 101011 |
Color Harmonies of #995344
Complementary color
Monochromatic Colors of #995344
Black with #995344
Text Example
Text Example
White with #995344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995344; }
p { color: rgb(153,83,68); }
H1.HeaderClassName
{
color: #995344;
}
.AnyTagClassName
{
color: #995344;
}
</style>
background-color css
<style>
a { background-color: #995344; }
a { background-color: rgb(153,83,68); }
div.DivClassName
{
background-color: #995344;
}
.BgClassName
{
background-color: #995344;
}
</style>
border-color css
<style>
span { border-color: #995344; }
span { border-color: rgb(153,83,68); }
td.TdClassName
{
border-color: #995344;
}
.TagClassName
{
border-color: #995344;
}
</style>