#954C48

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

Shades of Copper Rust #954C48

Tints of Copper Rust #954C48

Color information

#954C48 (or 0x954C48) is unknown color: approx Copper Rust. HEX triplet: 95, 4C and 48. RGB value is (149,76,72). Sum of RGB (Red+Green+Blue) = 149+76+72=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C48 is #6AB3B7. Grayscale: #616161. Windows color (decimal): -6992824 or 4738197. OLE color: 4738197.

HSL color Cylindrical-coordinate representation of color #954C48: hue angle of 3.12º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954C48 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1497672-
CMYK00.490.520.42
HSL3.12º34.84%43.33%-
HSV(B)3.12º51.68%58.43%-
XYZ16.1512.037.6-
YUV97.37113.68164.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=50.17%
G=25.59%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149767200.490.520.423.1234.8443.33
Hex954C48031342A3232b
Octal225114110061645234353
Binary1001010110011001001000011000111010010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C48; }

 p { color: rgb(149,76,72); }

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

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

 a { background-color: rgb(149,76,72); }

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

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

 span { border-color: rgb(149,76,72); }

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