#95564C

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

Shades of Copper Rust #95564C

Tints of Copper Rust #95564C

Color information

#95564C (or 0x95564C) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 4C. RGB value is (149,86,76). Sum of RGB (Red+Green+Blue) = 149+86+76=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95564C is #6AA9B3. Grayscale: #676767. Windows color (decimal): -6990260 or 5002901. OLE color: 5002901.

HSL color Cylindrical-coordinate representation of color #95564C: hue angle of 8.22º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95564C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1498676-
CMYK00.420.490.42
HSL8.22º32.44%44.12%-
HSV(B)8.22º48.99%58.43%-
XYZ17.0313.578.56-
YUV103.7112.37160.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=47.91%
G=27.65%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149867600.420.490.428.2232.4444.12
Hex95564C02A312A8202c
Octal2251261140526152104054
Binary100101011010110100110001010101100011010101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95564C; }

 p { color: rgb(149,86,76); }

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

<style>
 a { background-color: #95564C; }

 a { background-color: rgb(149,86,76); }

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

<style>
 span { border-color: #95564C; }

 span { border-color: rgb(149,86,76); }

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