#995C4F

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

Shades of Copper Rust #995C4F

Tints of Copper Rust #995C4F

Color information

#995C4F (or 0x995C4F) is unknown color: approx Copper Rust. HEX triplet: 99, 5C and 4F. RGB value is (153,92,79). Sum of RGB (Red+Green+Blue) = 153+92+79=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C4F is #66A3B0. Grayscale: #6C6C6C. Windows color (decimal): -6726577 or 5201049. OLE color: 5201049.

HSL color Cylindrical-coordinate representation of color #995C4F: hue angle of 10.54º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995C4F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1539279-
CMYK00.400.480.4
HSL10.54º31.9%45.49%-
HSV(B)10.54º48.37%60%-
XYZ18.3814.999.32-
YUV108.76111.21159.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=47.22%
G=28.40%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153927900.400.480.410.5431.945.49
Hex995C4F0283028b202d
Octal2311341170506050134055
Binary100110011011100100111101010001100001010001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C4F; }

 p { color: rgb(153,92,79); }

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

<style>
 a { background-color: #995C4F; }

 a { background-color: rgb(153,92,79); }

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

<style>
 span { border-color: #995C4F; }

 span { border-color: rgb(153,92,79); }

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