#95554E

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

Shades of Copper Rust #95554E

Tints of Copper Rust #95554E

Color information

#95554E (or 0x95554E) is unknown color: approx Copper Rust. HEX triplet: 95, 55 and 4E. RGB value is (149,85,78). Sum of RGB (Red+Green+Blue) = 149+85+78=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95554E is #6AAAB1. Grayscale: #676767. Windows color (decimal): -6990514 or 5133717. OLE color: 5133717.

HSL color Cylindrical-coordinate representation of color #95554E: hue angle of 5.92º 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 #95554E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1498578-
CMYK00.430.480.42
HSL5.92º31.28%44.51%-
HSV(B)5.92º47.65%58.43%-
XYZ17.0213.448.9-
YUV103.34113.7160.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 78 (30.86% from 255) = 25%
R=47.76%
G=27.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149857800.430.480.425.9231.2844.51
Hex95554E02B302A61f2d
Octal225125116053605263755
Binary1001010110101011001110010101111000010101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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