#9C4E4D

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

Shades of Copper Rust #9C4E4D

Tints of Copper Rust #9C4E4D

Color information

#9C4E4D (or 0x9C4E4D) is unknown color: approx Copper Rust. HEX triplet: 9C, 4E and 4D. RGB value is (156,78,77). Sum of RGB (Red+Green+Blue) = 156+78+77=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E4D is #63B1B2. Grayscale: #656565. Windows color (decimal): -6533555 or 5066396. OLE color: 5066396.

HSL color Cylindrical-coordinate representation of color #9C4E4D: hue angle of 0.76º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4E4D is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1567877-
CMYK00.50.510.39
HSL0.76º33.91%45.69%-
HSV(B)0.76º50.64%61.18%-
XYZ17.7713.058.6-
YUV101.21114.34167.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=50.16%
G=25.08%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156787700.50.510.390.7633.9145.69
Hex9C4E4D03233271222e
Octal234116115062634714256
Binary100111001001110100110101100101100111001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4E4D; }

 p { color: rgb(156,78,77); }

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

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

 a { background-color: rgb(156,78,77); }

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

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

 span { border-color: rgb(156,78,77); }

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