#9C5551

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

Shades of Copper Rust #9C5551

Tints of Copper Rust #9C5551

Color information

#9C5551 (or 0x9C5551) is unknown color: approx Copper Rust. HEX triplet: 9C, 55 and 51. RGB value is (156,85,81). Sum of RGB (Red+Green+Blue) = 156+85+81=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5551 is #63AAAE. Grayscale: #696969. Windows color (decimal): -6531759 or 5330332. OLE color: 5330332.

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

Color convert

RGB1568581-
CMYK00.460.480.39
HSL3.2º31.65%46.47%-
HSV(B)3.2º48.08%61.18%-
XYZ18.4414.169.55-
YUV105.77114.02163.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=48.45%
G=26.40%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156858100.460.480.393.231.6546.47
Hex9C555102E30273202e
Octal234125121056604734056
Binary1001110010101011010001010111011000010011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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