#935A51

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

Shades of Copper Rust #935A51

Tints of Copper Rust #935A51

Color information

#935A51 (or 0x935A51) is unknown color: approx Copper Rust. HEX triplet: 93, 5A and 51. RGB value is (147,90,81). Sum of RGB (Red+Green+Blue) = 147+90+81=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #935A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A51 is #6CA5AE. Grayscale: #6A6A6A. Windows color (decimal): -7120303 or 5331603. OLE color: 5331603.

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

Color convert

RGB1479081-
CMYK00.390.450.42
HSL8.18º28.95%44.71%-
HSV(B)8.18º44.9%57.65%-
XYZ17.1714.119.6-
YUV106.02113.88157.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=46.23%
G=28.30%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147908100.390.450.428.1828.9544.71
Hex935A510272D2A81d2d
Octal2231321210475552103555
Binary10010011101101010100010100111101101101010100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,81); }

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

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

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

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

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

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

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