#955752

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

Shades of Copper Rust #955752

Tints of Copper Rust #955752

Color information

#955752 (or 0x955752) is unknown color: approx Copper Rust. HEX triplet: 95, 57 and 52. RGB value is (149,87,82). Sum of RGB (Red+Green+Blue) = 149+87+82=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #955752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955752 is #6AA8AD. Grayscale: #696969. Windows color (decimal): -6989998 or 5396373. OLE color: 5396373.

HSL color Cylindrical-coordinate representation of color #955752: hue angle of 4.48º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955752 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1498782-
CMYK00.420.450.42
HSL4.48º29%45.29%-
HSV(B)4.48º44.97%58.43%-
XYZ17.3313.829.74-
YUV104.97115.04159.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=46.86%
G=27.36%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149878200.420.450.424.482945.29
Hex95575202A2D2A41d2d
Octal225127122052555243555
Binary1001010110101111010010010101010110110101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955752; }

 p { color: rgb(149,87,82); }

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

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

 a { background-color: rgb(149,87,82); }

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

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

 span { border-color: rgb(149,87,82); }

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