#964B48

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

Shades of Copper Rust #964B48

Tints of Copper Rust #964B48

Color information

#964B48 (or 0x964B48) is unknown color: approx Copper Rust. HEX triplet: 96, 4B and 48. RGB value is (150,75,72). Sum of RGB (Red+Green+Blue) = 150+75+72=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #964B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B48 is #69B4B7. Grayscale: #616161. Windows color (decimal): -6927544 or 4737942. OLE color: 4737942.

HSL color Cylindrical-coordinate representation of color #964B48: hue angle of 2.31º 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 #964B48 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1507572-
CMYK00.50.520.41
HSL2.31º35.14%43.53%-
HSV(B)2.31º52%58.82%-
XYZ16.2611.987.59-
YUV97.08113.85165.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=50.51%
G=25.25%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150757200.50.520.412.3135.1443.53
Hex964B4803234292232c
Octal226113110062645124354
Binary1001011010010111001000011001011010010100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964B48; }

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

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

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

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

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

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

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

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