#935852

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

Shades of Copper Rust #935852

Tints of Copper Rust #935852

Color information

#935852 (or 0x935852) is unknown color: approx Copper Rust. HEX triplet: 93, 58 and 52. RGB value is (147,88,82). Sum of RGB (Red+Green+Blue) = 147+88+82=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #935852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935852 is #6CA7AD. Grayscale: #696969. Windows color (decimal): -7120814 or 5396627. OLE color: 5396627.

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

Color convert

RGB1478882-
CMYK00.400.440.42
HSL5.54º28.38%44.9%-
HSV(B)5.54º44.22%57.65%-
XYZ17.0513.799.75-
YUV104.96115.05157.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.37%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=46.37%
G=27.76%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147888200.400.440.425.5428.3844.9
Hex9358520282C2A61c2d
Octal223130122050545263455
Binary1001001110110001010010010100010110010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935852; }

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

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

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

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

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

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

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

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