#9C5450

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

Shades of Copper Rust #9C5450

Tints of Copper Rust #9C5450

Color information

#9C5450 (or 0x9C5450) is unknown color: approx Copper Rust. HEX triplet: 9C, 54 and 50. RGB value is (156,84,80). Sum of RGB (Red+Green+Blue) = 156+84+80=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5450 is #63ABAF. Grayscale: #696969. Windows color (decimal): -6532016 or 5264540. OLE color: 5264540.

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

Color convert

RGB1568480-
CMYK00.460.490.39
HSL3.16º32.2%46.27%-
HSV(B)3.16º48.72%61.18%-
XYZ18.3313.999.32-
YUV105.07113.85164.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 80 (31.64% from 255) = 25%
R=48.75%
G=26.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156848000.460.490.393.1632.246.27
Hex9C545002E31273202e
Octal234124120056614734056
Binary1001110010101001010000010111011000110011111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,80); }

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

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

 a { background-color: rgb(156,84,80); }

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

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

 span { border-color: rgb(156,84,80); }

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