#955852

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

Shades of Copper Rust #955852

Tints of Copper Rust #955852

Color information

#955852 (or 0x955852) is unknown color: approx Copper Rust. HEX triplet: 95, 58 and 52. RGB value is (149,88,82). Sum of RGB (Red+Green+Blue) = 149+88+82=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955852 is #6AA7AD. Grayscale: #696969. Windows color (decimal): -6989742 or 5396629. OLE color: 5396629.

HSL color Cylindrical-coordinate representation of color #955852: hue angle of 5.37º 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 #955852 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1498882-
CMYK00.410.450.42
HSL5.37º29%45.29%-
HSV(B)5.37º44.97%58.43%-
XYZ17.4113.989.76-
YUV105.56114.71158.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=46.71%
G=27.59%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149888200.410.450.425.372945.29
Hex9558520292D2A51d2d
Octal225130122051555253555
Binary1001010110110001010010010100110110110101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955852; }

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

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

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

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

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

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

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

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