#954C4C

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

Shades of Copper Rust #954C4C

Tints of Copper Rust #954C4C

Color information

#954C4C (or 0x954C4C) is unknown color: approx Copper Rust. HEX triplet: 95, 4C and 4C. RGB value is (149,76,76). Sum of RGB (Red+Green+Blue) = 149+76+76=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C4C is #6AB3B3. Grayscale: #616161. Windows color (decimal): -6992820 or 5000341. OLE color: 5000341.

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

Color convert

RGB1497676-
CMYK00.490.490.42
HSL32.44%44.12%-
HSV(B)48.99%58.43%-
XYZ16.2812.088.31-
YUV97.83115.68164.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=49.50%
G=25.25%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149767600.490.490.42032.4444.12
Hex954C4C031312A0202c
Octal225114114061615204054
Binary100101011001100100110001100011100011010100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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