#94594B

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

Shades of Copper Rust #94594B

Tints of Copper Rust #94594B

Color information

#94594B (or 0x94594B) is unknown color: approx Copper Rust. HEX triplet: 94, 59 and 4B. RGB value is (148,89,75). Sum of RGB (Red+Green+Blue) = 148+89+75=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94594B is #6BA6B4. Grayscale: #696969. Windows color (decimal): -7055029 or 4938132. OLE color: 4938132.

HSL color Cylindrical-coordinate representation of color #94594B: hue angle of 11.51º degrees, saturation: 0.33, 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 #94594B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1488975-
CMYK00.400.490.42
HSL11.51º32.74%43.73%-
HSV(B)11.51º49.32%58.04%-
XYZ17.0613.958.45-
YUV105.04111.05158.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=47.44%
G=28.53%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148897500.400.490.4211.5132.7443.73
Hex94594B028312Ac212c
Octal2241311130506152144154
Binary100101001011001100101101010001100011010101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94594B; }

 p { color: rgb(148,89,75); }

 H1.HeaderClassName
 {
   color: #94594B;
 }
 .AnyTagClassName
 {
   color: #94594B;
 }
</style>
background-color css

<style>
 a { background-color: #94594B; }

 a { background-color: rgb(148,89,75); }

 div.DivClassName
 {
   background-color: #94594B;
 }
 .BgClassName
 {
   background-color: #94594B;
 }
</style>
border-color css

<style>
 span { border-color: #94594B; }

 span { border-color: rgb(148,89,75); }

 td.TdClassName
 {
   border-color: #94594B;
 }
 .TagClassName
 {
   border-color: #94594B;
 }
</style>