Shades of Copper Rust #94584A
Tints of Copper Rust #94584A
RGB
CMYK
RGB Variations
Color information
#94584A (or 0x94584A) is known color: Copper Rust. HEX triplet: 94, 58 and 4A. RGB value is (148,88,74). Sum of RGB (Red+Green+Blue) = 148+88+74=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94584A is #6BA7B5. Grayscale: #686868. Windows color (decimal): -7055286 or 4872340. OLE color: 4872340.
HSL color Cylindrical-coordinate representation of color #94584A: hue angle of 11.35º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94584A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 74 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.42 |
| HSL | 11.35º | 0.33% | 0.44% | - |
| HSV(B) | 11.35º | 0.5% | 0.58% | - |
| XYZ | 16.94 | 13.77 | 8.24 | - |
| YUV | 104.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 74 | 0 | 0.41 | 0.50 | 0.42 | 11.35 | 0.33 | 0.44 |
| Hex | 94 | 58 | 4A | 0 | 29 | 32 | 2A | B | 21 | 2C |
| Octal | 224 | 130 | 112 | 0 | 51 | 62 | 52 | 13 | 41 | 54 |
| Binary | 10010100 | 1011000 | 1001010 | 0 | 101001 | 110010 | 101010 | 1011 | 100001 | 101100 |
Color Harmonies of #94584A
Complementary color
Monochromatic Colors of #94584A
Black with #94584A
Text Example
Text Example
White with #94584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94584A; }
p { color: rgb(148,88,74); }
H1.HeaderClassName
{
color: #94584A;
}
.AnyTagClassName
{
color: #94584A;
}
</style>
background-color css
<style>
a { background-color: #94584A; }
a { background-color: rgb(148,88,74); }
div.DivClassName
{
background-color: #94584A;
}
.BgClassName
{
background-color: #94584A;
}
</style>
border-color css
<style>
span { border-color: #94584A; }
span { border-color: rgb(148,88,74); }
td.TdClassName
{
border-color: #94584A;
}
.TagClassName
{
border-color: #94584A;
}
</style>