#934C4C

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

Shades of Copper Rust #934C4C

Tints of Copper Rust #934C4C

Color information

#934C4C (or 0x934C4C) is unknown color: approx Copper Rust. HEX triplet: 93, 4C and 4C. RGB value is (147,76,76). Sum of RGB (Red+Green+Blue) = 147+76+76=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #934C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934C4C is #6CB3B3. Grayscale: #616161. Windows color (decimal): -7123892 or 5000339. OLE color: 5000339.

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

Color convert

RGB1477676-
CMYK00.480.480.42
HSL31.84%43.73%-
HSV(B)48.3%57.65%-
XYZ15.9211.898.29-
YUV97.23116.02163.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=49.16%
G=25.42%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147767600.480.480.42031.8443.73
Hex934C4C030302A0202c
Octal223114114060605204054
Binary100100111001100100110001100001100001010100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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