#95584D

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

Shades of Copper Rust #95584D

Tints of Copper Rust #95584D

Color information

#95584D (or 0x95584D) is unknown color: approx Copper Rust. HEX triplet: 95, 58 and 4D. RGB value is (149,88,77). Sum of RGB (Red+Green+Blue) = 149+88+77=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95584D is #6AA7B2. Grayscale: #696969. Windows color (decimal): -6989747 or 5068949. OLE color: 5068949.

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

Color convert

RGB1498877-
CMYK00.410.480.42
HSL9.17º31.86%44.31%-
HSV(B)9.17º48.32%58.43%-
XYZ17.2213.98.8-
YUV104.98112.21159.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=47.45%
G=28.03%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149887700.410.480.429.1731.8644.31
Hex95584D029302A9202c
Octal2251301150516052114054
Binary100101011011000100110101010011100001010101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95584D; }

 p { color: rgb(149,88,77); }

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

<style>
 a { background-color: #95584D; }

 a { background-color: rgb(149,88,77); }

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

<style>
 span { border-color: #95584D; }

 span { border-color: rgb(149,88,77); }

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