Shades of Copper Rust #935954
Tints of Copper Rust #935954
RGB
CMYK
RGB Variations
Color information
#935954 (or 0x935954) is known color: Copper Rust. HEX triplet: 93, 59 and 54. RGB value is (147,89,84). Sum of RGB (Red+Green+Blue) = 147+89+84=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #935954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935954 is #6CA6AB. Grayscale: #696969. Windows color (decimal): -7120556 or 5527955. OLE color: 5527955.
HSL color Cylindrical-coordinate representation of color #935954: hue angle of 4.76º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935954 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 84 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.42 |
| HSL | 4.76º | 0.27% | 0.45% | - |
| HSV(B) | 4.76º | 0.43% | 0.58% | - |
| XYZ | 17.21 | 13.99 | 10.18 | - |
| YUV | 105.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 84 | 0 | 0.39 | 0.43 | 0.42 | 4.76 | 0.27 | 0.45 |
| Hex | 93 | 59 | 54 | 0 | 27 | 2B | 2A | 5 | 1B | 2D |
| Octal | 223 | 131 | 124 | 0 | 47 | 53 | 52 | 5 | 33 | 55 |
| Binary | 10010011 | 1011001 | 1010100 | 0 | 100111 | 101011 | 101010 | 101 | 11011 | 101101 |
Color Harmonies of #935954
Complementary color
Monochromatic Colors of #935954
Black with #935954
Text Example
Text Example
White with #935954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935954; }
p { color: rgb(147,89,84); }
H1.HeaderClassName
{
color: #935954;
}
.AnyTagClassName
{
color: #935954;
}
</style>
background-color css
<style>
a { background-color: #935954; }
a { background-color: rgb(147,89,84); }
div.DivClassName
{
background-color: #935954;
}
.BgClassName
{
background-color: #935954;
}
</style>
border-color css
<style>
span { border-color: #935954; }
span { border-color: rgb(147,89,84); }
td.TdClassName
{
border-color: #935954;
}
.TagClassName
{
border-color: #935954;
}
</style>