Shades of Copper Rust #94564C
Tints of Copper Rust #94564C
RGB
CMYK
RGB Variations
Color information
#94564C (or 0x94564C) is known color: Copper Rust. HEX triplet: 94, 56 and 4C. RGB value is (148,86,76). Sum of RGB (Red+Green+Blue) = 148+86+76=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94564C is #6BA9B3. Grayscale: #676767. Windows color (decimal): -7055796 or 5002900. OLE color: 5002900.
HSL color Cylindrical-coordinate representation of color #94564C: hue angle of 8.33º 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 #94564C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 76 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.42 |
| HSL | 8.33º | 0.32% | 0.44% | - |
| HSV(B) | 8.33º | 0.49% | 0.58% | - |
| XYZ | 16.85 | 13.47 | 8.55 | - |
| YUV | 103.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 76 | 0 | 0.42 | 0.49 | 0.42 | 8.33 | 0.32 | 0.44 |
| Hex | 94 | 56 | 4C | 0 | 2A | 31 | 2A | 8 | 20 | 2C |
| Octal | 224 | 126 | 114 | 0 | 52 | 61 | 52 | 10 | 40 | 54 |
| Binary | 10010100 | 1010110 | 1001100 | 0 | 101010 | 110001 | 101010 | 1000 | 100000 | 101100 |
Color Harmonies of #94564C
Complementary color
Monochromatic Colors of #94564C
Black with #94564C
Text Example
Text Example
White with #94564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94564C; }
p { color: rgb(148,86,76); }
H1.HeaderClassName
{
color: #94564C;
}
.AnyTagClassName
{
color: #94564C;
}
</style>
background-color css
<style>
a { background-color: #94564C; }
a { background-color: rgb(148,86,76); }
div.DivClassName
{
background-color: #94564C;
}
.BgClassName
{
background-color: #94564C;
}
</style>
border-color css
<style>
span { border-color: #94564C; }
span { border-color: rgb(148,86,76); }
td.TdClassName
{
border-color: #94564C;
}
.TagClassName
{
border-color: #94564C;
}
</style>