#934F4F

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

Shades of Copper Rust #934F4F

Tints of Copper Rust #934F4F

Color information

#934F4F (or 0x934F4F) is unknown color: approx Copper Rust. HEX triplet: 93, 4F and 4F. RGB value is (147,79,79). Sum of RGB (Red+Green+Blue) = 147+79+79=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #934F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934F4F is #6CB0B0. Grayscale: #636363. Windows color (decimal): -7123121 or 5197715. OLE color: 5197715.

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

Color convert

RGB1477979-
CMYK00.460.460.42
HSL30.09%44.31%-
HSV(B)46.26%57.65%-
XYZ16.2412.368.93-
YUV99.33116.53162-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=48.20%
G=25.90%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147797900.460.460.42030.0944.31
Hex934F4F02E2E2A01e2c
Octal223117117056565203654
Binary10010011100111110011110101110101110101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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