#95564E

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

Shades of Copper Rust #95564E

Tints of Copper Rust #95564E

Color information

#95564E (or 0x95564E) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 4E. RGB value is (149,86,78). Sum of RGB (Red+Green+Blue) = 149+86+78=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95564E is #6AA9B1. Grayscale: #686868. Windows color (decimal): -6990258 or 5133973. OLE color: 5133973.

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

Color convert

RGB1498678-
CMYK00.420.480.42
HSL6.76º31.28%44.51%-
HSV(B)6.76º47.65%58.43%-
XYZ17.113.68.93-
YUV103.92113.37160.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=47.60%
G=27.48%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149867800.420.480.426.7631.2844.51
Hex95564E02A302A71f2d
Octal225126116052605273755
Binary1001010110101101001110010101011000010101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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