#95564F

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

Shades of Copper Rust #95564F

Tints of Copper Rust #95564F

Color information

#95564F (or 0x95564F) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 4F. RGB value is (149,86,79). Sum of RGB (Red+Green+Blue) = 149+86+79=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95564F is #6AA9B0. Grayscale: #686868. Windows color (decimal): -6990257 or 5199509. OLE color: 5199509.

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

Color convert

RGB1498679-
CMYK00.420.470.42
HSL30.7%44.71%-
HSV(B)46.98%58.43%-
XYZ17.1313.619.12-
YUV104.04113.87160.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=47.45%
G=27.39%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149867900.420.470.42630.744.71
Hex95564F02A2F2A61f2d
Octal225126117052575263755
Binary1001010110101101001111010101010111110101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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