#945550

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

Shades of Copper Rust #945550

Tints of Copper Rust #945550

Color information

#945550 (or 0x945550) is unknown color: approx Copper Rust. HEX triplet: 94, 55 and 50. RGB value is (148,85,80). Sum of RGB (Red+Green+Blue) = 148+85+80=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #945550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945550 is #6BAAAF. Grayscale: #676767. Windows color (decimal): -7056048 or 5264788. OLE color: 5264788.

HSL color Cylindrical-coordinate representation of color #945550: hue angle of 4.41º 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 #945550 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1488580-
CMYK00.430.460.42
HSL4.41º29.82%44.71%-
HSV(B)4.41º45.95%58.04%-
XYZ16.9113.379.28-
YUV103.27114.87159.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 85 (33.59% from 255) = 27.16%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=47.28%
G=27.16%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148858000.430.460.424.4129.8244.71
Hex94555002B2E2A41e2d
Octal224125120053565243655
Binary1001010010101011010000010101110111010101010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945550; }

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

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

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

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

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

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

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

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