#9C584F

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

Shades of Copper Rust #9C584F

Tints of Copper Rust #9C584F

Color information

#9C584F (or 0x9C584F) is unknown color: approx Copper Rust. HEX triplet: 9C, 58 and 4F. RGB value is (156,88,79). Sum of RGB (Red+Green+Blue) = 156+88+79=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C584F is #63A7B0. Grayscale: #6B6B6B. Windows color (decimal): -6530993 or 5200028. OLE color: 5200028.

HSL color Cylindrical-coordinate representation of color #9C584F: hue angle of 7.01º degrees, saturation: 0.33, 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 #9C584F is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1568879-
CMYK00.440.490.39
HSL7.01º32.77%46.08%-
HSV(B)7.01º49.36%61.18%-
XYZ18.6114.619.24-
YUV107.31112.03162.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=48.30%
G=27.24%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156887900.440.490.397.0132.7746.08
Hex9C584F02C31277212e
Octal234130117054614774156
Binary10011100101100010011110101100110001100111111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,79); }

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

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

 a { background-color: rgb(156,88,79); }

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

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

 span { border-color: rgb(156,88,79); }

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