#995C4D

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

Shades of Copper Rust #995C4D

Tints of Copper Rust #995C4D

Color information

#995C4D (or 0x995C4D) is unknown color: approx Copper Rust. HEX triplet: 99, 5C and 4D. RGB value is (153,92,77). Sum of RGB (Red+Green+Blue) = 153+92+77=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C4D is #66A3B2. Grayscale: #6C6C6C. Windows color (decimal): -6726579 or 5069977. OLE color: 5069977.

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

Color convert

RGB1539277-
CMYK00.400.500.4
HSL11.84º33.04%45.1%-
HSV(B)11.84º49.67%60%-
XYZ18.314.968.94-
YUV108.53110.21159.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=47.52%
G=28.57%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153927700.400.500.411.8433.0445.1
Hex995C4D0283228c212d
Octal2311341150506250144155
Binary100110011011100100110101010001100101010001100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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