Html Css Color HEX #935050 Copper Rust

📋 copy color: '#935050'

red 147 ◦ green 80 ◦ blue 80

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

Shades of Copper Rust #935050

Tints of Copper Rust #935050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 47.88%
G = 26.06%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#935050 (or 0x935050) is known color: Copper Rust. HEX triplet: 93, 50 and 50. RGB value is (147,80,80). Sum of RGB (Red+Green+Blue) = 147+80+80=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #935050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935050 is #6CAFAF. Grayscale: #646464. Windows color (decimal): -7122864 or 5263507. OLE color: 5263507.

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

Color convert

RGB 147 80 80 -
CMYK 0 0.46 0.46 0.42
HSL 0.3% 0.45% -
HSV(B) 0.46% 0.58% -
XYZ 16.35 12.52 9.14 -
YUV 100.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 147 80 80 0 0.46 0.46 0.42 0 0.3 0.45
Hex 93 50 50 0 2E 2E 2A 0 1E 2D
Octal 223 120 120 0 56 56 52 0 36 55
Binary 10010011 1010000 1010000 0 101110 101110 101010 0 11110 101101

Color Harmonies of #935050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935050

Black with #935050

Text Example


Text Example

White with #935050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935050; }

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

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

background-color css

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

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

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

border-color css

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

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

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