#95544C

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

Shades of Copper Rust #95544C

Tints of Copper Rust #95544C

Color information

#95544C (or 0x95544C) is unknown color: approx Copper Rust. HEX triplet: 95, 54 and 4C. RGB value is (149,84,76). Sum of RGB (Red+Green+Blue) = 149+84+76=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95544C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95544C is #6AABB3. Grayscale: #666666. Windows color (decimal): -6990772 or 5002389. OLE color: 5002389.

HSL color Cylindrical-coordinate representation of color #95544C: hue angle of 6.58º 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 #95544C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1498476-
CMYK00.440.490.42
HSL6.58º32.44%44.12%-
HSV(B)6.58º48.99%58.43%-
XYZ16.8713.258.51-
YUV102.52113.03161.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=48.22%
G=27.18%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149847600.440.490.426.5832.4444.12
Hex95544C02C312A7202c
Octal225124114054615274054
Binary10010101101010010011000101100110001101010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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