#95574F

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

Shades of Copper Rust #95574F

Tints of Copper Rust #95574F

Color information

#95574F (or 0x95574F) is unknown color: approx Copper Rust. HEX triplet: 95, 57 and 4F. RGB value is (149,87,79). Sum of RGB (Red+Green+Blue) = 149+87+79=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95574F is #6AA8B0. Grayscale: #686868. Windows color (decimal): -6990001 or 5199765. OLE color: 5199765.

HSL color Cylindrical-coordinate representation of color #95574F: hue angle of 6.86º 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 #95574F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1498779-
CMYK00.420.470.42
HSL6.86º30.7%44.71%-
HSV(B)6.86º46.98%58.43%-
XYZ17.2113.779.15-
YUV104.63113.54159.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=47.30%
G=27.62%
B=25.08%

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
Decimal149877900.420.470.426.8630.744.71
Hex95574F02A2F2A71f2d
Octal225127117052575273755
Binary1001010110101111001111010101010111110101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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