#94584A

Color #94584A Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #94584A

Tints of Copper Rust #94584A

Color information

#94584A (or 0x94584A) is unknown color: approx 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

RGB1488874-
CMYK00.410.500.42
HSL11.35º33.33%43.53%-
HSV(B)11.35º50%58.04%-
XYZ16.9413.778.24-
YUV104.34110.88159.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=47.74%
G=28.39%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148887400.410.500.4211.3533.3343.53
Hex94584A029322Ab212c
Octal2241301120516252134154
Binary100101001011000100101001010011100101010101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>