#955B53

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

Shades of Copper Rust #955B53

Tints of Copper Rust #955B53

Color information

#955B53 (or 0x955B53) is unknown color: approx Copper Rust. HEX triplet: 95, 5B and 53. RGB value is (149,91,83). Sum of RGB (Red+Green+Blue) = 149+91+83=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B53 is #6AA4AC. Grayscale: #6B6B6B. Windows color (decimal): -6988973 or 5462933. OLE color: 5462933.

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

Color convert

RGB1499183-
CMYK00.390.440.42
HSL7.27º28.45%45.49%-
HSV(B)7.27º44.3%58.43%-
XYZ17.714.510.05-
YUV107.43114.22157.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=46.13%
G=28.17%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149918300.390.440.427.2728.4545.49
Hex955B530272C2A71c2d
Octal225133123047545273455
Binary1001010110110111010011010011110110010101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B53; }

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

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

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

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

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

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

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

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