#95554D

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

Shades of Copper Rust #95554D

Tints of Copper Rust #95554D

Color information

#95554D (or 0x95554D) is unknown color: approx Copper Rust. HEX triplet: 95, 55 and 4D. RGB value is (149,85,77). Sum of RGB (Red+Green+Blue) = 149+85+77=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95554D is #6AAAB2. Grayscale: #676767. Windows color (decimal): -6990515 or 5068181. OLE color: 5068181.

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

Color convert

RGB1498577-
CMYK00.430.480.42
HSL6.67º31.86%44.31%-
HSV(B)6.67º48.32%58.43%-
XYZ16.9813.428.72-
YUV103.22113.2160.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=47.91%
G=27.33%
B=24.76%

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
Decimal149857700.430.480.426.6731.8644.31
Hex95554D02B302A7202c
Octal225125115053605274054
Binary10010101101010110011010101011110000101010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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