#945C50

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

Shades of Copper Rust #945C50

Tints of Copper Rust #945C50

Color information

#945C50 (or 0x945C50) is unknown color: approx Copper Rust. HEX triplet: 94, 5C and 50. RGB value is (148,92,80). Sum of RGB (Red+Green+Blue) = 148+92+80=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #945C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C50 is #6BA3AF. Grayscale: #6B6B6B. Windows color (decimal): -7054256 or 5266580. OLE color: 5266580.

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

Color convert

RGB1489280-
CMYK00.380.460.42
HSL10.59º29.82%44.71%-
HSV(B)10.59º45.95%58.04%-
XYZ17.4914.539.47-
YUV107.38112.55156.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 80 (31.64% from 255) = 25%
R=46.25%
G=28.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148928000.380.460.4210.5929.8244.71
Hex945C500262E2Ab1e2d
Octal2241341200465652133655
Binary10010100101110010100000100110101110101010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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