#95544D

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

Shades of Copper Rust #95544D

Tints of Copper Rust #95544D

Color information

#95544D (or 0x95544D) is unknown color: approx Copper Rust. HEX triplet: 95, 54 and 4D. RGB value is (149,84,77). Sum of RGB (Red+Green+Blue) = 149+84+77=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95544D is #6AABB2. Grayscale: #666666. Windows color (decimal): -6990771 or 5067925. OLE color: 5067925.

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

Color convert

RGB1498477-
CMYK00.440.480.42
HSL5.83º31.86%44.31%-
HSV(B)5.83º48.32%58.43%-
XYZ16.913.278.69-
YUV102.64113.53161.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=48.06%
G=27.10%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149847700.440.480.425.8331.8644.31
Hex95544D02C302A6202c
Octal225124115054605264054
Binary10010101101010010011010101100110000101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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