Shades of Copper Rust #94534C
Tints of Copper Rust #94534C
RGB
CMYK
RGB Variations
Color information
#94534C (or 0x94534C) is known color: Copper Rust. HEX triplet: 94, 53 and 4C. RGB value is (148,83,76). Sum of RGB (Red+Green+Blue) = 148+83+76=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94534C is #6BACB3. Grayscale: #656565. Windows color (decimal): -7056564 or 5002132. OLE color: 5002132.
HSL color Cylindrical-coordinate representation of color #94534C: hue angle of 5.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94534C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 76 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.42 |
| HSL | 5.83º | 0.32% | 0.44% | - |
| HSV(B) | 5.83º | 0.49% | 0.58% | - |
| XYZ | 16.61 | 13 | 8.47 | - |
| YUV | 101.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 76 | 0 | 0.44 | 0.49 | 0.42 | 5.83 | 0.32 | 0.44 |
| Hex | 94 | 53 | 4C | 0 | 2C | 31 | 2A | 6 | 20 | 2C |
| Octal | 224 | 123 | 114 | 0 | 54 | 61 | 52 | 6 | 40 | 54 |
| Binary | 10010100 | 1010011 | 1001100 | 0 | 101100 | 110001 | 101010 | 110 | 100000 | 101100 |
Color Harmonies of #94534C
Complementary color
Monochromatic Colors of #94534C
Black with #94534C
Text Example
Text Example
White with #94534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94534C; }
p { color: rgb(148,83,76); }
H1.HeaderClassName
{
color: #94534C;
}
.AnyTagClassName
{
color: #94534C;
}
</style>
background-color css
<style>
a { background-color: #94534C; }
a { background-color: rgb(148,83,76); }
div.DivClassName
{
background-color: #94534C;
}
.BgClassName
{
background-color: #94534C;
}
</style>
border-color css
<style>
span { border-color: #94534C; }
span { border-color: rgb(148,83,76); }
td.TdClassName
{
border-color: #94534C;
}
.TagClassName
{
border-color: #94534C;
}
</style>