#934E48

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

Shades of Copper Rust #934E48

Tints of Copper Rust #934E48

Color information

#934E48 (or 0x934E48) is unknown color: approx Copper Rust. HEX triplet: 93, 4E and 48. RGB value is (147,78,72). Sum of RGB (Red+Green+Blue) = 147+78+72=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #934E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E48 is #6CB1B7. Grayscale: #626262. Windows color (decimal): -7123384 or 4738707. OLE color: 4738707.

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

Color convert

RGB1477872-
CMYK00.470.510.42
HSL4.8º34.25%42.94%-
HSV(B)4.8º51.02%57.65%-
XYZ15.9312.127.63-
YUV97.95113.36162.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=49.49%
G=26.26%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147787200.470.510.424.834.2542.94
Hex934E4802F332A5222b
Octal223116110057635254253
Binary10010011100111010010000101111110011101010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,78,72); }

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

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

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

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

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

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

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