Html Css Color HEX #935550 Copper Rust

📋 copy color: '#935550'

red 147 ◦ green 85 ◦ blue 80

#935550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #935550

Tints of Copper Rust #935550

RGB

 RED value IS 147 (57.81% from 255) = 47.12%

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 47.12%
G = 27.24%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#935550 (or 0x935550) is known color: Copper Rust. HEX triplet: 93, 55 and 50. RGB value is (147,85,80). Sum of RGB (Red+Green+Blue) = 147+85+80=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #935550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935550 is #6CAAAF. Grayscale: #676767. Windows color (decimal): -7121584 or 5264787. OLE color: 5264787.

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

Color convert

RGB 147 85 80 -
CMYK 0 0.42 0.46 0.42
HSL 4.48º 0.3% 0.45% -
HSV(B) 4.48º 0.46% 0.58% -
XYZ 16.73 13.28 9.27 -
YUV 102.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 147 85 80 0 0.42 0.46 0.42 4.48 0.3 0.45
Hex 93 55 50 0 2A 2E 2A 4 1E 2D
Octal 223 125 120 0 52 56 52 4 36 55
Binary 10010011 1010101 1010000 0 101010 101110 101010 100 11110 101101

Color Harmonies of #935550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935550

Black with #935550

Text Example


Text Example

White with #935550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935550; }

 p { color: rgb(147,85,80); }

 H1.HeaderClassName
 {
   color: #935550;
 }
 .AnyTagClassName
 {
   color: #935550;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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