#935B54

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

Shades of Copper Rust #935B54

Tints of Copper Rust #935B54

Color information

#935B54 (or 0x935B54) is unknown color: approx Copper Rust. HEX triplet: 93, 5B and 54. RGB value is (147,91,84). Sum of RGB (Red+Green+Blue) = 147+91+84=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #935B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B54 is #6CA4AB. Grayscale: #6B6B6B. Windows color (decimal): -7120044 or 5528467. OLE color: 5528467.

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

Color convert

RGB1479184-
CMYK00.380.430.42
HSL6.67º27.27%45.29%-
HSV(B)6.67º42.86%57.65%-
XYZ17.3714.3310.24-
YUV106.95115.05156.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=45.65%
G=28.26%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147918400.380.430.426.6727.2745.29
Hex935B540262B2A71b2d
Octal223133124046535273355
Binary1001001110110111010100010011010101110101011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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