#9C5148

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

Shades of Copper Rust #9C5148

Tints of Copper Rust #9C5148

Color information

#9C5148 (or 0x9C5148) is unknown color: approx Copper Rust. HEX triplet: 9C, 51 and 48. RGB value is (156,81,72). Sum of RGB (Red+Green+Blue) = 156+81+72=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5148 is #63AEB7. Grayscale: #666666. Windows color (decimal): -6532792 or 4739484. OLE color: 4739484.

HSL color Cylindrical-coordinate representation of color #9C5148: hue angle of 6.43º 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 #9C5148 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1568172-
CMYK00.480.540.39
HSL6.43º36.84%44.71%-
HSV(B)6.43º53.85%61.18%-
XYZ17.8213.427.78-
YUV102.4110.85166.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=50.49%
G=26.21%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156817200.480.540.396.4336.8444.71
Hex9C514803036276252d
Octal234121110060664764555
Binary10011100101000110010000110000110110100111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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