#945A4C

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

Shades of Copper Rust #945A4C

Tints of Copper Rust #945A4C

Color information

#945A4C (or 0x945A4C) is unknown color: approx Copper Rust. HEX triplet: 94, 5A and 4C. RGB value is (148,90,76). Sum of RGB (Red+Green+Blue) = 148+90+76=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A4C is #6BA5B3. Grayscale: #696969. Windows color (decimal): -7054772 or 5003924. OLE color: 5003924.

HSL color Cylindrical-coordinate representation of color #945A4C: hue angle of 11.67º 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 #945A4C is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1489076-
CMYK00.390.490.42
HSL11.67º32.14%43.92%-
HSV(B)11.67º48.65%58.04%-
XYZ17.1714.138.66-
YUV105.75111.22158.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=47.13%
G=28.66%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148907600.390.490.4211.6732.1443.92
Hex945A4C027312Ac202c
Octal2241321140476152144054
Binary100101001011010100110001001111100011010101100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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