#934D4A

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

Shades of Copper Rust #934D4A

Tints of Copper Rust #934D4A

Color information

#934D4A (or 0x934D4A) is unknown color: approx Copper Rust. HEX triplet: 93, 4D and 4A. RGB value is (147,77,74). Sum of RGB (Red+Green+Blue) = 147+77+74=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #934D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D4A is #6CB2B5. Grayscale: #616161. Windows color (decimal): -7123638 or 4869523. OLE color: 4869523.

HSL color Cylindrical-coordinate representation of color #934D4A: hue angle of 2.47º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934D4A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1477774-
CMYK00.480.500.42
HSL2.47º33.03%43.33%-
HSV(B)2.47º49.66%57.65%-
XYZ15.9212.017.96-
YUV97.59114.69163.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 74 (29.30% from 255) = 24.83%
R=49.33%
G=25.84%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147777400.480.500.422.4733.0343.33
Hex934D4A030322A2212b
Octal223115112060625224153
Binary1001001110011011001010011000011001010101010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934D4A; }

 p { color: rgb(147,77,74); }

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

<style>
 a { background-color: #934D4A; }

 a { background-color: rgb(147,77,74); }

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

<style>
 span { border-color: #934D4A; }

 span { border-color: rgb(147,77,74); }

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