Shades of Copper Rust #935453
Tints of Copper Rust #935453
RGB
CMYK
RGB Variations
Color information
#935453 (or 0x935453) is known color: Copper Rust. HEX triplet: 93, 54 and 53. RGB value is (147,84,83). Sum of RGB (Red+Green+Blue) = 147+84+83=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #935453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935453 is #6CABAC. Grayscale: #666666. Windows color (decimal): -7121837 or 5461139. OLE color: 5461139.
HSL color Cylindrical-coordinate representation of color #935453: hue angle of 0.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935453 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 83 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.42 |
| HSL | 0.94º | 0.28% | 0.45% | - |
| HSV(B) | 0.94º | 0.44% | 0.58% | - |
| XYZ | 16.76 | 13.17 | 9.84 | - |
| YUV | 102.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 83 | 0 | 0.43 | 0.44 | 0.42 | 0.94 | 0.28 | 0.45 |
| Hex | 93 | 54 | 53 | 0 | 2B | 2C | 2A | 1 | 1C | 2D |
| Octal | 223 | 124 | 123 | 0 | 53 | 54 | 52 | 1 | 34 | 55 |
| Binary | 10010011 | 1010100 | 1010011 | 0 | 101011 | 101100 | 101010 | 1 | 11100 | 101101 |
Color Harmonies of #935453
Complementary color
Monochromatic Colors of #935453
Black with #935453
Text Example
Text Example
White with #935453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935453; }
p { color: rgb(147,84,83); }
H1.HeaderClassName
{
color: #935453;
}
.AnyTagClassName
{
color: #935453;
}
</style>
background-color css
<style>
a { background-color: #935453; }
a { background-color: rgb(147,84,83); }
div.DivClassName
{
background-color: #935453;
}
.BgClassName
{
background-color: #935453;
}
</style>
border-color css
<style>
span { border-color: #935453; }
span { border-color: rgb(147,84,83); }
td.TdClassName
{
border-color: #935453;
}
.TagClassName
{
border-color: #935453;
}
</style>