#9C4E48

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

Shades of Copper Rust #9C4E48

Tints of Copper Rust #9C4E48

Color information

#9C4E48 (or 0x9C4E48) is unknown color: approx Copper Rust. HEX triplet: 9C, 4E and 48. RGB value is (156,78,72). Sum of RGB (Red+Green+Blue) = 156+78+72=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4E48 is #63B1B7. Grayscale: #646464. Windows color (decimal): -6533560 or 4738716. OLE color: 4738716.

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

Color convert

RGB1567872-
CMYK00.50.540.39
HSL4.29º36.84%44.71%-
HSV(B)4.29º53.85%61.18%-
XYZ17.612.987.71-
YUV100.64111.84167.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=50.98%
G=25.49%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156787200.50.540.394.2936.8444.71
Hex9C4E4803236274252d
Octal234116110062664744555
Binary10011100100111010010000110010110110100111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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