#945A50

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

Shades of Copper Rust #945A50

Tints of Copper Rust #945A50

Color information

#945A50 (or 0x945A50) is unknown color: approx Copper Rust. HEX triplet: 94, 5A and 50. RGB value is (148,90,80). Sum of RGB (Red+Green+Blue) = 148+90+80=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #945A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A50 is #6BA5AF. Grayscale: #6A6A6A. Windows color (decimal): -7054768 or 5266068. OLE color: 5266068.

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

Color convert

RGB1489080-
CMYK00.390.460.42
HSL8.82º29.82%44.71%-
HSV(B)8.82º45.95%58.04%-
XYZ17.3214.199.42-
YUV106.2113.22157.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=46.54%
G=28.30%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148908000.390.460.428.8229.8244.71
Hex945A500272E2A91e2d
Octal2241321200475652113655
Binary10010100101101010100000100111101110101010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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