#934E4B

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

Shades of Copper Rust #934E4B

Tints of Copper Rust #934E4B

Color information

#934E4B (or 0x934E4B) is unknown color: approx Copper Rust. HEX triplet: 93, 4E and 4B. RGB value is (147,78,75). Sum of RGB (Red+Green+Blue) = 147+78+75=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #934E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E4B is #6CB1B4. Grayscale: #626262. Windows color (decimal): -7123381 or 4935315. OLE color: 4935315.

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

Color convert

RGB1477875-
CMYK00.470.490.42
HSL2.5º32.43%43.53%-
HSV(B)2.5º48.98%57.65%-
XYZ16.0312.168.16-
YUV98.29114.86162.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 75 (29.69% from 255) = 25%
R=49%
G=26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147787500.470.490.422.532.4343.53
Hex934E4B02F312A3202c
Octal223116113057615234054
Binary1001001110011101001011010111111000110101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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