#945A4F

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

Shades of Copper Rust #945A4F

Tints of Copper Rust #945A4F

Color information

#945A4F (or 0x945A4F) is unknown color: approx Copper Rust. HEX triplet: 94, 5A and 4F. RGB value is (148,90,79). Sum of RGB (Red+Green+Blue) = 148+90+79=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #945A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A4F is #6BA5B0. Grayscale: #6A6A6A. Windows color (decimal): -7054769 or 5200532. OLE color: 5200532.

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

Color convert

RGB1489079-
CMYK00.390.470.42
HSL9.57º30.4%44.51%-
HSV(B)9.57º46.62%58.04%-
XYZ17.2814.179.22-
YUV106.09112.72157.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 79 (31.25% from 255) = 24.92%
R=46.69%
G=28.39%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148907900.390.470.429.5730.444.51
Hex945A4F0272F2Aa1e2d
Octal2241321170475752123655
Binary10010100101101010011110100111101111101010101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A4F; }

 p { color: rgb(148,90,79); }

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

<style>
 a { background-color: #945A4F; }

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

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

<style>
 span { border-color: #945A4F; }

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

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