#935252

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

Shades of Copper Rust #935252

Tints of Copper Rust #935252

Color information

#935252 (or 0x935252) is unknown color: approx Copper Rust. HEX triplet: 93, 52 and 52. RGB value is (147,82,82). Sum of RGB (Red+Green+Blue) = 147+82+82=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #935252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935252 is #6CADAD. Grayscale: #656565. Windows color (decimal): -7122350 or 5395091. OLE color: 5395091.

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

Color convert

RGB1478282-
CMYK00.440.440.42
HSL28.38%44.9%-
HSV(B)44.22%57.65%-
XYZ16.5712.859.59-
YUV101.43117.03160.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=47.27%
G=26.37%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147828200.440.440.42028.3844.9
Hex93525202C2C2A01c2d
Octal223122122054545203455
Binary10010011101001010100100101100101100101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935252; }

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

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

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

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

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

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

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

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