Shades of Copper Rust #945554
Tints of Copper Rust #945554
RGB
CMYK
RGB Variations
Color information
#945554 (or 0x945554) is known color: Copper Rust. HEX triplet: 94, 55 and 54. RGB value is (148,85,84). Sum of RGB (Red+Green+Blue) = 148+85+84=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945554 is #6BAAAB. Grayscale: #676767. Windows color (decimal): -7056044 or 5526932. OLE color: 5526932.
HSL color Cylindrical-coordinate representation of color #945554: 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.43%. Process color model (Four color, CMYK) of #945554 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 84 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.42 |
| HSL | 0.94º | 0.28% | 0.45% | - |
| HSV(B) | 0.94º | 0.43% | 0.58% | - |
| XYZ | 17.06 | 13.43 | 10.08 | - |
| YUV | 103.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 84 | 0 | 0.43 | 0.43 | 0.42 | 0.94 | 0.28 | 0.45 |
| Hex | 94 | 55 | 54 | 0 | 2B | 2B | 2A | 1 | 1C | 2D |
| Octal | 224 | 125 | 124 | 0 | 53 | 53 | 52 | 1 | 34 | 55 |
| Binary | 10010100 | 1010101 | 1010100 | 0 | 101011 | 101011 | 101010 | 1 | 11100 | 101101 |
Color Harmonies of #945554
Complementary color
Monochromatic Colors of #945554
Black with #945554
Text Example
Text Example
White with #945554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945554; }
p { color: rgb(148,85,84); }
H1.HeaderClassName
{
color: #945554;
}
.AnyTagClassName
{
color: #945554;
}
</style>
background-color css
<style>
a { background-color: #945554; }
a { background-color: rgb(148,85,84); }
div.DivClassName
{
background-color: #945554;
}
.BgClassName
{
background-color: #945554;
}
</style>
border-color css
<style>
span { border-color: #945554; }
span { border-color: rgb(148,85,84); }
td.TdClassName
{
border-color: #945554;
}
.TagClassName
{
border-color: #945554;
}
</style>