#935C52

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

Shades of Copper Rust #935C52

Tints of Copper Rust #935C52

Color information

#935C52 (or 0x935C52) is unknown color: approx Copper Rust. HEX triplet: 93, 5C and 52. RGB value is (147,92,82). Sum of RGB (Red+Green+Blue) = 147+92+82=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #935C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C52 is #6CA3AD. Grayscale: #6B6B6B. Windows color (decimal): -7119790 or 5397651. OLE color: 5397651.

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

Color convert

RGB1479282-
CMYK00.370.440.42
HSL9.23º28.38%44.9%-
HSV(B)9.23º44.22%57.65%-
XYZ17.3814.479.86-
YUV107.3113.72156.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=45.79%
G=28.66%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147928200.370.440.429.2328.3844.9
Hex935C520252C2A91c2d
Octal2231341220455452113455
Binary10010011101110010100100100101101100101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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