#95504C

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

Shades of Copper Rust #95504C

Tints of Copper Rust #95504C

Color information

#95504C (or 0x95504C) is unknown color: approx Copper Rust. HEX triplet: 95, 50 and 4C. RGB value is (149,80,76). Sum of RGB (Red+Green+Blue) = 149+80+76=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95504C is #6AAFB3. Grayscale: #646464. Windows color (decimal): -6991796 or 5001365. OLE color: 5001365.

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

Color convert

RGB1498076-
CMYK00.460.490.42
HSL3.29º32.44%44.12%-
HSV(B)3.29º48.99%58.43%-
XYZ16.5712.658.41-
YUV100.18114.36162.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=48.85%
G=26.23%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149807600.460.490.423.2932.4444.12
Hex95504C02E312A3202c
Octal225120114056615234054
Binary1001010110100001001100010111011000110101011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95504C; }

 p { color: rgb(149,80,76); }

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

<style>
 a { background-color: #95504C; }

 a { background-color: rgb(149,80,76); }

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

<style>
 span { border-color: #95504C; }

 span { border-color: rgb(149,80,76); }

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