#934C4A

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

Shades of Copper Rust #934C4A

Tints of Copper Rust #934C4A

Color information

#934C4A (or 0x934C4A) is unknown color: approx Copper Rust. HEX triplet: 93, 4C and 4A. RGB value is (147,76,74). Sum of RGB (Red+Green+Blue) = 147+76+74=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #934C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934C4A is #6CB3B5. Grayscale: #616161. Windows color (decimal): -7123894 or 4869267. OLE color: 4869267.

HSL color Cylindrical-coordinate representation of color #934C4A: hue angle of 1.64º 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 #934C4A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1477674-
CMYK00.480.500.42
HSL1.64º33.03%43.33%-
HSV(B)1.64º49.66%57.65%-
XYZ15.8511.877.93-
YUV97115.02163.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=49.49%
G=25.59%
B=24.92%

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
Decimal147767400.480.500.421.6433.0343.33
Hex934C4A030322A2212b
Octal223114112060625224153
Binary1001001110011001001010011000011001010101010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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