#955352

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

Shades of Copper Rust #955352

Tints of Copper Rust #955352

Color information

#955352 (or 0x955352) is unknown color: approx Copper Rust. HEX triplet: 95, 53 and 52. RGB value is (149,83,82). Sum of RGB (Red+Green+Blue) = 149+83+82=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #955352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955352 is #6AACAD. Grayscale: #666666. Windows color (decimal): -6991022 or 5395349. OLE color: 5395349.

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

Color convert

RGB1498382-
CMYK00.440.450.42
HSL0.9º29%45.29%-
HSV(B)0.9º44.97%58.43%-
XYZ17.0113.199.63-
YUV102.62116.37161.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=47.45%
G=26.43%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149838200.440.450.420.92945.29
Hex95535202C2D2A11d2d
Octal225123122054555213555
Binary10010101101001110100100101100101101101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955352; }

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

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

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

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

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

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

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

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