#935B52

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

Shades of Copper Rust #935B52

Tints of Copper Rust #935B52

Color information

#935B52 (or 0x935B52) is unknown color: approx Copper Rust. HEX triplet: 93, 5B and 52. RGB value is (147,91,82). Sum of RGB (Red+Green+Blue) = 147+91+82=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #935B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B52 is #6CA4AD. Grayscale: #6A6A6A. Windows color (decimal): -7120046 or 5397395. OLE color: 5397395.

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

Color convert

RGB1479182-
CMYK00.380.440.42
HSL8.31º28.38%44.9%-
HSV(B)8.31º44.22%57.65%-
XYZ17.314.299.83-
YUV106.72114.05156.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=45.94%
G=28.44%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147918200.380.440.428.3128.3844.9
Hex935B520262C2A81c2d
Octal2231331220465452103455
Binary10010011101101110100100100110101100101010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B52; }

 p { color: rgb(147,91,82); }

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

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

 a { background-color: rgb(147,91,82); }

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

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

 span { border-color: rgb(147,91,82); }

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