#964948

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

Shades of Copper Rust #964948

Tints of Copper Rust #964948

Color information

#964948 (or 0x964948) is unknown color: approx Copper Rust. HEX triplet: 96, 49 and 48. RGB value is (150,73,72). Sum of RGB (Red+Green+Blue) = 150+73+72=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964948 is #69B6B7. Grayscale: #5F5F5F. Windows color (decimal): -6928056 or 4737430. OLE color: 4737430.

HSL color Cylindrical-coordinate representation of color #964948: hue angle of 0.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964948 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1507372-
CMYK00.510.520.41
HSL0.77º35.14%43.53%-
HSV(B)0.77º52%58.82%-
XYZ16.1311.727.54-
YUV95.91114.51166.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=50.85%
G=24.75%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150737200.510.520.410.7735.1443.53
Hex96494803334291232c
Octal226111110063645114354
Binary100101101001001100100001100111101001010011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964948; }

 p { color: rgb(150,73,72); }

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

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

 a { background-color: rgb(150,73,72); }

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

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

 span { border-color: rgb(150,73,72); }

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